09 2016 档案

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

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

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

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

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

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

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

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

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

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

导航