0
收集視圖在iOS 10.3.3中向上移動。但在iOS 11.0中工作正常。 任何一個可以讓我知道如何解決這種問題,其realted與不同版本的收集視圖對齊問題
版本UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
MSProductCategoryViewController
*msProductCategoryViewController = [storyBoard instantiateViewControllerWithIdentifier:@"MSProductCategoryViewController"];
msProductCategoryViewController.title =titleName;
[self.navigationController pushViewController:msProductCategoryViewController animated:YES];
你檢查過約束嗎?它不應該是IOS版本問題 –
我的約束好! – kiran
顯示您的收藏視圖約束。 –