Closed emrepun closed 4 years ago
You should never call this method directly. Reference: https://developer.apple.com/documentation/uikit/uiviewcontroller/1621454-loadview
It sounds like calling loadView is a bad thing, loadViewIfNeeded seems to be more appropriate for this case. I tested and couldn't see any changes. @Thurman1776-
Description
It sounds like calling loadView is a bad thing, loadViewIfNeeded seems to be more appropriate for this case. I tested and couldn't see any changes. @Thurman1776-