1.@property(nonatomic, assign) BOOL automaticallyAdjustsScrollViewInsets
当我们一个界面有多个tableView之类的,要将它设置为NO,完全由自己手动来布局,比如设置contentInset,就不会错乱了.
2.tableview.indexPathForSelectedRow可以获得选中cell的索引
3.SDImageCache中有通知监听系统的内存警告:
UIApplicationDidReceiveMemoryWarningNotification
4.self.tableView.footer = [MJRefreshAutoNormalFoot footerWith...
原文:http://www.cnblogs.com/yintingting/p/5140896.html