Questions tagged [navigationitem]
80 questions
0
votes
2 answers
Back button not working on navigation controller
I am having a strange problem that I don't understand, and therefore don't know where to start debugging.
FIRSTLY, THE REQUIREMENT
I have a UISplitView. The Master view contains a table which loads different views into the Detail view. For one…

Typhoon101
- 2,063
- 8
- 32
- 49
0
votes
1 answer
custom navigationitem titleview wrong frame
hi i just make a custom navigationitem title view, but it looks a bit wrong.
here is the custom view ,it base on a uiview
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {
// Initialization code
…

Galen Zhao
- 127
- 1
- 8
0
votes
1 answer
Add a tableView to keyWindow, how can I let it show the navigationItem
I just want to add a tableview to the key window,but i can't see the navigationItem.
How can i make it appear.
I know I can push it to a navigationController, but in here I want add it to the window.
So, how can i do that?

NewXcoder
- 705
- 1
- 5
- 18
0
votes
1 answer
A custom button on Navigation
I've created a custom button as an NavigationItem at the rightBarBuuttonItem. It works well, but when I click outside the button, for example a little down of the button, it still works.
Here is my code
fetchButton = [[UIButton alloc]…

Nathan Bao
- 51
- 1
- 7
-1
votes
2 answers
Problem with NavigationItem RightBarButtonItem after last update
After the last update (4.0.0) I am having an issue and was wondering of this is a bug and is there a fix.
As you can see from the code below, I am creating a NavigationItem.RightBarButtonItem and adding a delegate to the TouchUpInside event. The…

Danny
- 31
- 9