Avatar
omochimetaru 4/27/2020 7:30 AM
下だけpriority=1でつなぐのダメでした・・・
7:31 AM
ViewControllerがフルスクリーンでpresentしてるときはviewDidLayoutSubviews呼ばれないw (edited)
7:31 AM
+++ b/Examples/Example/Sources/ViewController.swift @@ -64,6 +64,7 @@ class ViewController: UIViewController { swiftViewController.delegate = viewController let navigationController = UINavigationController(rootViewController: swiftViewController) + navigationController.modalPresentationStyle = .fullScreen viewController.present(navigationController, animated: true, completion: nil) })
7:33 AM
見えないSafeAreaLayoutGuideを置いちゃうのが安定しそうだな。