You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Running the Messages example app on iPhone running iOS 13 should show the list of messages.
Current Behavior
An empty grey screen is shown.
Steps to Reproduce
Build and run the Messages example app with Xcode 11 on an iPhone simulator.
Context
Operating Version: iOS 13 beta 1
Swift version: 5.1
In the main present method of UIViewControllerwe delay the presentation if the view controller is not loaded yet. It seems like setting the viewControllers of a UISplitViewController or a UINavigationController after it was presented in automatic mode on iPhone (showing only one of the screens), doesn't add the view controllers to the screen even though they are assigned to the property. This can be reproduced by replacing this line of code of the example app:
bag += split.present(viewController, options:[.defaults,.showInMaster ])