Is there a method to know when a UIView was pushed by the user from the More view of a UITabbar ?
I have multiple views in a UITabBar and some end up in the More view where they are listed. Il’d like to be able to know when the view is pushed from this More view as opposed to when it is pushed from a UITabBarItem
Thanks !
You can just check if the controller’s navigation controller is the more navigation controller: