IPad top nav bar - hidden then activated by button (like tap screen, but using a single button) - ios

I want my top nav bar to be hidden, with a menu icon in the top left hand corner (same position as on the nav bar). When the button is activated the top nav bar appears and the menu icon appears in the same position on the nav bar. So the top nav bar show hides like the tap screen function, but rather than tapping anywhere on the screen its on a specific button. Is this possible? (i'm a designer not a developer btw)

Related

leftBarButtonItem displays on the leading?

I wanted to add a left bar button item but it is shown at the middle, how can i fix it?
At the documentation it says 'A custom bar button item that displays on the left (or leading) edge of the navigation bar when the navigation item is the top item.', but it doesn't say anything about what should i do when i want the item displays on the left.
I tried add a bar button on the left but it displays on the middle

Three dots appears in navigation icon iPhone when clicking the right bar button

When I click on the right bar button three dots are being appeared on the right of left bar item that is navigation icon, Help me to remove these three dots and let me know why these dots appear even there is nothing alongside the navigation icon and there is no error in programming
Delete button title as you've used image into the button. Button's width is not enough to show both image and title text all together. This is true for bar button also.

Right bar button is clickable outside of Navigation bar

I am adding a right bar button in navigation bar but when i click out side of navigation bar as shown in picture below it get pressed i don't know why it is behaving like this. I have added this button from storyboard.

I am able to click a Navigationbarbutton item outside of the navigation bar? not a custom bar button

I can click 5-10 points underneath the navigationbar and it registers a button click. This barbutton item is not a custom bar button. I used the new debug views debugger and the frame of the barbutton item is not stretching down underneath the navigation bar. this is not a custom navigation bar.

iOS: Move the, go back to "More" tabs, button into my own Navigation Bar

I have more than 5 tabs, so the "more" button appears and works fine. However, when I open up one of the tabs from the more menu, there is an extra navigation bar at the top, which shrinks the available space in my app.
I want to move or re-implement the "more" button (at the top of the
page) into my existing navigation bar for each tab. How do I do
this?
Here is an image of what i have now, and what I want is to move that "More" button into the space where it says "Here instead", so that I can hide the upper black bar. If it matters, I am using the storyboards.
You will need to hide the navigation bar, and then create your own button on your tool bar that will pop to the root navigation controller.
To hide the nav bar:
[myTabBarController.moreNavigationController setNavigationBarHidden:YES animated:NO];
It looks like in order to recreate the left arrow from the navigation bar in your tool bar, you will actually have to use an image and set that as the view of your toolbar item. There is an image you can use here.

Resources