2017-08-16 72 views
0

收集視圖在iOS 10.3.3中向上移動。但在iOS 11.0中工作正常。 任何一個可以讓我知道如何解決這種問題,其realted與不同版本的收集視圖對齊問題

版本

enter image description here

的CollectionView約束。 enter image description here

UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; 
MSProductCategoryViewController 
*msProductCategoryViewController = [storyBoard instantiateViewControllerWithIdentifier:@"MSProductCategoryViewController"]; 
msProductCategoryViewController.title =titleName; 
[self.navigationController pushViewController:msProductCategoryViewController animated:YES]; 
+0

你檢查過約束嗎?它不應該是IOS版本問題 –

+0

我的約束好! – kiran

+0

顯示您的收藏視圖約束。 –

回答

-1

爲的CollectionView連升問題,請檢查您是否已取消選擇在故事板您的ViewController的「調整滾動查看插圖」屬性。

Attributes Inspector of ViewController

您已經添加了頂部約束與20值。我假設你想爲收藏視圖添加頂部填充。如果這是原因,那麼我建議使用CollectionView的「Section Insets」屬性。