标签:font enter cell 影响 ati tom strong cal 状态
NavigationBar设置对UICollectionView的content显示偏移影响,
会自动使UICollectionView的content偏移64(即44 + 20),
也就是navbar的高度加上状态栏的高度。
为的是不让NavigationBar不挡住cell。
设置 self.automaticallyAdjustsScrollViewInsets = NO;
就可以按照自己的想的来设置尺寸了!
给一个实例,先看问题在哪,如图:
遇到同样问题或类似问题的哥们,不管怎样就是希望尺寸按照自己的来,
那就设置:
self.automaticallyAdjustsScrollViewInsets = NO;
这样就可以随心所欲设置尺寸了!
NavigationBar设置对UICollectionView的content显示偏移影响
标签:font enter cell 影响 ati tom strong cal 状态
原文地址:http://www.cnblogs.com/loveDodream-zzt/p/6100103.html