How is your post "asked 35 minutes ago" but there are already replies from 6 days ago?
Post
Replies
Boosts
Views
Activity
I'm also pretty confused. It looks nice, but navigation seems kind of broken.
That's odd. My app was exactly like that, and just worked. You don't have a UISceneDelegate?
sorry, that paste was wrong, line 3 should be: vc.view.frame = CGRect.init(origin: CGPoint.zero, size: forSize)but I did discover that adding: vc.view.setNeedsLayout()
vc.view.layoutIfNeeded()seems to solve it.