0
我目前有一個UIViewController與裏面的UIView,這是通過tabbar更改。該問題將在下面的圖像示出:dismissViewControllerAnimated和意外的tableview重新定位
加載表(正常):
選擇行後,會出現空佔位符(正常):
按下return並調用dismissViewControllerAnim ated:完成:方法(問題):
看來,當我關閉該視圖,它忽略了我的TabBar項目和忘記的定位,重新定位表上方一路,在我的菜單下面。我能做些什麼來糾正這個問題嗎?
驗證碼:
(在MainViewController):
[self presentViewController:collectionController animated:YES completion:nil];
(在CollectionViewController):
[self dismissViewControllerAnimated:YES completion:nil];