更新xcode 11後發現一些問題,清單整理
1.simulator 壞掉,刪除重裝xcode
2.在UIPageViewController使用setViewControllers 無法callback,無任何回應,將animated設為false即可,看來似xcode11的問題.
以上要是有解決方法,請麻煩告知我,感恩

[self.alertWindow makeKeyAndVisible]; [self.alertWindow.rootViewController presentViewController:alertController animated:YES completion:nil];
AppDelegate *appDelegate = [UIApplication sharedApplication].delegate; [appDelegate.window makeKeyAndVisible];




