Controller

Show a sub menu when click on tab bar item [closed]

Show a sub menu when click on tab bar item [closed]
  1. How do you hide the tab bar when a view controller is shown?
  2. How do you use tab bar?

How do you hide the tab bar when a view controller is shown?

Simply, Go to ViewController (in StoryBoard) -> Attribute inspector -> Under 'View Controller' section select 'Hide Bottom Bar on Push' checkbox.

How do you use tab bar?

The tab bar interface displays tabs at the bottom of the window for selecting between the different modes and for displaying the views for that mode. This class is generally used as-is, but may also be subclassed. Each tab of a tab bar controller interface is associated with a custom view controller.

Simplified Chinese and compatibility with spoken Chinese languages using VoiceOver / TalkBack
What is simplified Chinese and Traditional Chinese?Can Mandarin speakers read simplified Chinese?How to tell the difference between simplified and Tr...
How to handle multiple buttons with actions
How to add multiple action listeners for multiple buttons in Java Swing?How to select one button from multiple buttons in javascript?How do I add two...
Top layer for two applications in one
What layer creates a connection between 2 applications?How can you display 2 windows at the same time?Why is application layer at the top? What laye...