Post

Replies

Boosts

Views

Activity

Comment on Safe area is not updated after UIViewController.viewWillDisappear is called
Could there be an exception if the original safe area inset is zero? The issue I encountered: during a "pop" transition of UINavigationController, my app adds a child view controller to the top view controller in response to an async network download, however that newly added child's view has its content layout in mess, because its safe area inset is zero. The layout will restore to normal condition only after user cancel the pop transition and start dragging on child view's table view.
Sep ’22