Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You have said, that it's your custom TabBarController. What is the customisation you've done? If you changed the TabBar panel and replaced it with your own to use</p> <pre><code>setSelectedIndex: setSelectedViewController: </code></pre> <p>methods manually, then you should call delegate's methods manually too.</p> <p>According to the <a href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/TabBarControllers.html#//apple_ref/doc/uid/TP40011313-CH3-SW20" rel="nofollow">Apple's documentation</a>:</p> <blockquote> <p>There are two types of user-initiated changes that can occur on a tab bar:</p> <ul> <li>The user can select a tab.</li> <li>The user can rearrange the tabs.</li> </ul> <p>Both types of changes are reported to the tab bar controller’s delegate, which is an object that conforms to the UITabBarControllerDelegate protocol.</p> </blockquote> <p>Also check the <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarControllerDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006932-CH3-SW1" rel="nofollow">UITabBarControllerDelegate Protocol Reference</a></p> <blockquote> <p>In iOS v3.0 and later, the tab bar controller calls this method regardless of whether the > selected view controller changed. In addition, it is called only in response to user taps in > the tab bar and is not called when your code changes the tab bar contents programmatically.</p> </blockquote> <p>Delegate will respond only if <strong>user</strong> interacts with its UITabBar control.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload