随笔分类 -  开发项目必须要用的东西 - ios

适配iOS7uinavigationbar遮挡tableView的问题
摘要://适配iOS7uinavigationbar遮挡tableView的问题 if([[[UIDevice currentDevice]systemVersion]floatValue]>=7.0) { self.edgesForExtendedLayout = UIRectEdgeNone... 阅读全文

posted @ 2014-10-10 16:22 jack_yan 阅读(243) 评论(0) 推荐(0)