摘要:
1.将tableView显示在NavigationBar下面 tableView.contentInset = UIEdgeInsetsMake(20, 0, 0, 0); tableView.scrollIndicatorInsets = tableView.contentInset; 等价于: 阅读全文
posted @ 2016-05-15 23:27
圣哥哥
阅读(111)
评论(0)
推荐(0)
摘要:
1.通过xib创建一个cell,将label进行上左下右,进行适配, self.automaticallyAdjustsScrollViewInsets = NO; self.edgesForExtendedLayout = UIRectEdgeNone;//将原点移动到navigationBar下 阅读全文
posted @ 2016-05-15 22:59
圣哥哥
阅读(1235)
评论(0)
推荐(0)

浙公网安备 33010602011771号