Pinned Repositories
AutonomyKeyBoard
自定义表情键盘
BaiDuPilot
百度导航
BigPicture
看大图 相册
Block-iOS9Address-book
1.基础block回调传值 2. iOS9后,调用系统通讯录,取通讯录中值的方法
ChildViewController
ChildViewController/newMJ/tableViewEdit
count-down
两种倒计时封装 继承View和NSObject
FifthYan
用Charles(花瓶)抓地数据包, 自学swift3.0写的,第三方如网络库用cocoPods导入
htmIOS
htmIOS webView读取本地html文件
HZLogistics
航众物流
Spike-activity
tableView collectionView scrollView 仿淘宝秒杀活动
songXueqian's Repositories
songXueqian/Spike-activity
tableView collectionView scrollView 仿淘宝秒杀活动
songXueqian/AutonomyKeyBoard
自定义表情键盘
songXueqian/BaiDuPilot
百度导航
songXueqian/BigPicture
看大图 相册
songXueqian/Block-iOS9Address-book
1.基础block回调传值 2. iOS9后,调用系统通讯录,取通讯录中值的方法
songXueqian/ChildViewController
ChildViewController/newMJ/tableViewEdit
songXueqian/count-down
两种倒计时封装 继承View和NSObject
songXueqian/FifthYan
用Charles(花瓶)抓地数据包, 自学swift3.0写的,第三方如网络库用cocoPods导入
songXueqian/htmIOS
htmIOS webView读取本地html文件
songXueqian/HZLogistics
航众物流
songXueqian/kindsOfSectioinsAndRows
UITableView UICollectionView 基础section row item header footer
songXueqian/Localizations
本地化 国际化 1.共用标题 2.plist 3.XIB StoryBoard
songXueqian/PickView-html-typedef-NS_ENUM-
pick基础用法/html简单用法/枚举用法
songXueqian/Picture
看大图 相册 淘宝
songXueqian/popAnimate-Image.cornerradius
Pop和图片圆角
songXueqian/StoryBoardJump
ScrollView--StoryBoard//微信首页下拉框
songXueqian/TwoListTableView
1.一个页面两个tableView 点击第一个的cell刷新 第二个tableView(用了两种写法 第一种一个controller中两个tableView 第二种是一个controller里一个tabelView 另一个tableView通过controller的childView创建) 2.tableView 分割线左边短20像素问题 3.tableView 性能优化 heightForRowAtIndexPath方法里每次都要调用,可以在model(就是从接口拿到数据时)算好每个cell的高度,存入属性或数组,最后在方法里直接返回 若整个tableViewCell高度一样,可以在tableView初始化时 self.tableView.rowHeight = 50.f; 直接写出,避免每次都要调用,因为tableView这个方法有多少个Cell就走多少遍
songXueqian/Wonderful
NumberKindsOfLabel
songXueqian/XLScrollViewerDemo
上面滑块下面滑面