SVProgressHUD 网络加载进度条
ODRefreshControl 下拉刷新
AFNetworking 网络连接
SIAlertView 弹出对话框
InAppSettingsKit 自定义表格输入界面
JASidePanels 从左到右和从右到左切换
Reachability 网络检测
SDWebImage 添加网络图像
jsonkit json
刚笔记翻到了这几个库,记录下~
今天熟悉了这2个:
[cell.contentView addSubview:self.modifyLabel];
我们不应该直接使用cell.backgroundColor。Cell本身是一个UIView,我们所看到的部分其实只是它的一个Subview,也就是cell.contentView。
[tableView deselectRowAtIndexPath:indexPath
animated:YES]; 添加表格点击效果;
看几本ios编程的书,
http://blog.youkuaiyun.com/q199109106q/article/details/8596506这个学习路线不错,尽量做到照着系统学一遍。