emrepun / StickyTabBarViewController

Sticky and Collapsible View on top of tab bar
MIT License
150 stars 15 forks source link

Call loadViewIfNeeded instead of loadView #27

Closed emrepun closed 4 years ago

emrepun commented 4 years ago

Description

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-