2016年10月12日

LGLDatePickerView

摘要: 这个是封装 系统的PickerView 使用也比较简单, gihub地址:https://github.com/liguoliangiOS/LGLDatePickerView.git 效果图 使用方法: [[LGLDatePickerView shareDatePiker] datePikerSho 阅读全文

posted @ 2016-10-12 14:03 ljmaque 阅读(302) 评论(0) 推荐(0) 编辑

LGLCalender (价格日历)

摘要: 一直未能找到自己想要的日历价格,就算右也不是我想要的,今天自己封装了一个,欢迎各位来查阅,不足的地方请指教 最新代码下载地址https://github.com/liguoliangiOS/LGLCalender.git 欢迎查阅,代码不在贴出来了。 使用示例 // 开始使用 LGLCalender 阅读全文

posted @ 2016-10-12 13:52 ljmaque 阅读(598) 评论(4) 推荐(0) 编辑

2016年10月8日

LGLSearchBar

摘要: 平时我们都是用UITextFeild 来写搜索框, 最近有时间就自己重新封装了UISearchBar, 他可以自行修改里面的属性来达到我们使用的要求。 源代码下载地址:https://github.com/liguoliangiOS/LGLSearchBar.git 欢迎各位下载使用,有问题可以qq 阅读全文

posted @ 2016-10-08 10:39 ljmaque 阅读(282) 评论(0) 推荐(0) 编辑

2016年9月30日

GWYAlertSelectView 选择收货地址和选择联系人

摘要: iOS 开发在app内(特别是在类似购物和旅游类)经常会用到选择,添加联系人和收货地址,而且经常都是在跳转界面,很是麻烦,今天我就自己封装了一个类似弹出视图的代码,方便了很多!demo地址: https://github.com/liguoliangiOS/GWYAlertSelectView.gi 阅读全文

posted @ 2016-09-30 10:58 ljmaque 阅读(552) 评论(0) 推荐(0) 编辑

LGLAlertView 提示框

摘要: 使用与iOS8 以后,只是把系统的UIAlertController进行了封装,省的每次用的时候要写很多的代码。封装后只需要一句代码即可 , deome 地址:https://github.com/liguoliangiOS/LGLAlertView.git 上代码LGLAlertView.h: L 阅读全文

posted @ 2016-09-30 10:30 ljmaque 阅读(962) 评论(0) 推荐(0) 编辑

2016年9月29日

Swift - 轮播图

摘要: 学写swift, 试着弄了一个轮播图, 仿照 HHBannerView的OC代码 Demo地址: https://github.com/liguoliangiOS/ZJGenWoYou.git 一、第三方的SDWebImage导入 (1)上网下载SDWebImage包。下载地址:https://gi 阅读全文

posted @ 2016-09-29 12:11 ljmaque 阅读(1095) 评论(0) 推荐(0) 编辑

2016年9月28日

swift 之 纯代码创建 cell

摘要: 初学swift 但是网上只有很多swift用xib创建的cell,就算是有也不是我想要的。今天自己弄了一个不用xib纯代码写的,来上代码 博客地址: https://github.com/liguoliangiOS/ZJGenWoYou.git 自定义cell 下面是controller 例外说一点 阅读全文

posted @ 2016-09-28 13:39 ljmaque 阅读(2566) 评论(0) 推荐(0) 编辑

2016年9月27日

iOS UITableview

摘要: 1. UITableView //去除tableviews的点击效果 //去除tableviews的点击效果 cell.selectionStyle = UITableViewCellSelectionStyleNone; //隐藏tableView的分割线 cell.tableView.separ 阅读全文

posted @ 2016-09-27 11:53 ljmaque 阅读(333) 评论(0) 推荐(0) 编辑

导航