UICollectionView內容下沉64像素緣由和解決方案

現象code

UICollectionView的內容在按Home鍵再回到APP時,會下沉64像素。io

或者IOS9.1的環境下直接打開APP內容也會下沉64call

 

緣由vi

頁面有NavigationBar,正好是64像素,Controller勾選了Adjust Scroll View Insets致使。解決方案

 

解決方案co

設置self.automaticallyAdjustsScrollViewInsets = NO;像素

或者self.edgesForExtendedLayout = UIRectEdgeNone;

相關文章
相關標籤/搜索