on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack
0
votes
1answer
23 views
Strange Bug in iOS 6 UINavigationController
I have found a strange bug in ios. When I use UINavigationController and push other controllers, the titleView shifted to the right so much as how many controllers was pushed
It's looks like this:
...
0
votes
1answer
27 views
Make custom back button's clickable area smaller in Navigation controller
I've created a custom back button with the code below, however the clickable area is very big and goes well beyond the icon itself. Does anyone know how to set the clickable area, or make it the same ...
0
votes
0answers
9 views
Hide back button in MWPhotoBrowser navigationcontroller
I am using MWPhotoBrowser in my ARC project. Everything is working fine. I want to hide back button. In performLayout() function, I tried below code to hide back button but its not working.
...
0
votes
1answer
46 views
UINavigationController subclass not calling willShowViewController when expected
I have implemented an application with a slide in styled menu using ECSlidingViewController
At present I have the following setup:
An initial View Controller subclass of ECSlidingViewController. This ...
1
vote
1answer
46 views
How to call some code if users press back button
In UINavigationController?
For example, say I want to make sure that the UINavigationController is not animating when user press the back button.
0
votes
0answers
19 views
Subclassing UINavigationBar on multiple controllers [duplicate]
I have multiple controllers which use the same navigation bar.
The view controllers do not exist on a navigation controller stack, but the bar is there as a Slide View menu is being used. I.e. the ...
0
votes
1answer
35 views
navigationItem.titleView wont update
I am creating a button with two labels in it and setting that to the self.navigationItem.titleView.
This works the first time, but subsequent mutator calls don't update the titleView.
Adding the ...
0
votes
1answer
22 views
Replace backButtonBarItem with leftBarButtonItem
I think this is a really simple task, but I just can't get it.I have a viewcontroller on a storyboard that isn't very complicated. Here's what I want to do:
I want the navigation bar of my view ...
0
votes
1answer
16 views
Show / Hide UIBarButtonItem Depending On If The View Is Empty Or Not
I have a simple iPad project with a view having two containers. When the entries on the left side are selected, the right side gets updated with its details. The right view controller also has ...
2
votes
5answers
81 views
UINavigationItem: Add one more button
How can I add new button in navigationItem? Say I need to add it near right button.
Code used for left right.
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] ...
1
vote
0answers
21 views
Open a 'Notifications View' from Navigation Bar
I was wondering which way is the best to implement a 'Notifications View' like in every social app, when you tap the navigation view from every screen and the Notifications View will come down.
I ...
0
votes
1answer
79 views
Implementing Swipe + Tiles Navigation view android
My First App
I am trying to use Swipe + Tiles Navigation in android . I want to show a different string on each fragment / or tile . I used switch case to use a different string based on int position ...
2
votes
1answer
129 views
How to subclass UINavigationBar correctly also using appearance
This is what I am trying to achieve:
NB: Also with a title to the controller.
Some additional information:-
This navigation bar will appear on around 10 view controllers.
It is not part of a ...
0
votes
1answer
41 views
Handling rotation of subclassed UINavigationBar with buttons
I have subclassed UINavigationBar to have a custom navigation bar within my application. The bar is re-used on multiple view controllers with the same style Menu button as the left button item, which ...
0
votes
0answers
38 views
Some nib objects are not init in iOS6
So I've been having problems with this for a while and not really noticing it I think. However I tried to do something basic this morning and I can't see why it's doing this, so I though I'd ask about ...
-1
votes
2answers
80 views
Navigation Bar Button Hide When animation set as YES
I am setting Back and next Button as Navigation Bar item left button and right button.which have code below as
// Back Button
UIBarButtonItem *aBarButtonItem = [[UIBarButtonItem alloc] ...
0
votes
1answer
52 views
Setting up reused navigation bar item button for left button
I am using a Navigation Bar through out my application although not controller via a Navigation Controller (added to the VCs via Storyboard).
I would like to set a left bar button item to be the same ...
0
votes
1answer
43 views
Auto Resizing UINavigationBar on rotation to landscape
The typical NavController behaviour is to resize when in port/landscape. From 44px height to 32px I beleive (from the top of my head).
I am using a storyboard and included a Navigation Bar into a ...
0
votes
1answer
21 views
Trying to setup a custom backBarButtonItem image / difficulty with resizable image
I am trying to replace the default backBarButtonItem image used by UINavigationControllers in my app. I want to use the following image (actually I am using a white arrow, but that wouldn't show here ...
0
votes
2answers
37 views
Setting up a custom Nav Bar with Storyboards
I am trying to work out how to setup a custom navigation bar with storyboards. I have added a navigation bar directly to a view controller in my app.
The VC is not directly in a Navigation ...
0
votes
1answer
15 views
Working with autorotation and UINavigationBar images
I have a navigation bar that uses a custom image for the background. Along with some images for buttons UIBarButtonItems.
When the device is rotated the navigation bar height is obviously changed to ...
0
votes
4answers
46 views
Navigation Bar Item stretching image for button
I have setup a Navigation Bar in a storyboard with an UIBarButton for the right.
This is the code I use to update the image for this:
// Setup the right navigation bar item
[self.addGameButton ...
0
votes
1answer
52 views
Setting navigation bar back button image
I want to set the back button in my UINavigationBar to this image:
I don't want the image to be embedded in the standard back button image, I just want this image to appear.
I know from looking at ...
0
votes
1answer
30 views
UINavigationController Subclass navigationItem ignoring -setLeftBarButtonItem
I currently have a subclass of UINavigationController that has the following viewDidLoad function.
- (void)viewDidLoad
{
[super viewDidLoad];
UIBarButtonItem *leftButton = [[UIBarButtonItem ...
0
votes
1answer
67 views
Set a button to right of backbutton of navigation bar iPad monotouch
I want to have a uibarbuttonitem in right of back button in navigation bar ( if it is not wrong with apples guide line). I use this code:
UIBarButtonItem listButton = new UIBarButtonItem ("List ...
0
votes
0answers
31 views
navigation bar title not resizing
I have my navigation bar title as a label that I am trying to resize the font. I have the right bar button set up as an array of two buttons. Instead of resizing the title just knocks off one of the ...
0
votes
0answers
64 views
UIActivityIndicatorView inside UINavigatorBar | Auto Layout still required after executing -layoutSubviews
I would like to add an UIActivityIndicatorView (_av object) object into a left bar button item of UINavigationItem
My code looks like :
UIBarButtonItem * button = [[UIBarButtonItem alloc] ...
0
votes
3answers
22 views
Adding a UISwitch to a UINavigationItem
I want to have a UISwitch in the right corner of a UINavigationItem, instead of a UIBarButton. Is this possible without subclassing the UINavigationItem?
-1
votes
1answer
70 views
iOS Navigation Bar icons issue
I have a question regarding iOS user interface guidelines and Navigation Bars: I'd like to display some icons just to let users be aware of some parameters' status. Those icons appearance may change ...
0
votes
2answers
100 views
Can't get the right bar button item on a navigation bar?
I'm trying to have a button on the right side of my navigation controller - after this works I'd like the button to be as near to invisible as possible while still working. Maybe setting to high ...
0
votes
1answer
51 views
Adding both image and title to a navigation backBarButtonItem
I'm trying to add an icon (and keep the title) to the back button of my navigation controller. It seems if I set the image of the UIBarButtonItem it hides the title, so I thought I'd try a custom ...
1
vote
1answer
25 views
UINavigationBar button is not displaying
I have NavigationBar. When i add button to navigation bar it won't displaying.
code:
UINavigationController *nav=[[UINavigationController alloc]init];
[self.view addSubview:nav.view];
...
1
vote
3answers
74 views
Custom logo and button not appear in UINavigationBar
I Have UINavigarionController and I want to add custom background and logo and left button to the navigation bar I could add background but my logo and button not appear, would you please help me , ...
0
votes
1answer
108 views
UIPopoverController does not dismiss when clicking on the NavigationBar and NavigationBar items
i am new in ios .I have a navigation bar that contains multiple buttons, including a back button, sort ,filter,settings button and a button that opens a popover . UIPopoverController not dismissed ...
0
votes
1answer
104 views
self.navigationItem.leftBarButtonItem = nil; not working
I am busy with an iPad app. I need to hide and show the leftBarButton depending on orientation, after a menu option has been selected and push segue has run.
I am fine with finding the orientation, ...
0
votes
1answer
106 views
UISegmentedControl`` crash Xcode on Navigation Item
I am Trying to put UISegmentedControl on theNavigation Item but it crash my xcode .. I simply added the UISegmentedControl in the Interface Builder file(IB) file and then in viewDisAppear
.h
...
0
votes
3answers
69 views
Showing a frame of buttons after clicking on action uiitembar of navigation controller
I want to create some thing like this:
When client click on the right button of the navigationcontorller (action button) a frame of buttons appear (like the image) and client select on of them. By ...
2
votes
1answer
69 views
Add UIBarButtonItem to UIViewController pushed onto a UINavigation controller
I am trying to push a UIViewController onto a navigation controller and then add a UIBarButtonItem to the nav bar so i can use it to display a count down timer.
UINavigationController *navController ...
0
votes
0answers
89 views
Giving Navigation Bar Button functionality over segmented views
I am having a problem with my iOS application that has Kal integrated into the application.
Heres an image of whats going on.
If you notice the classes I have implemented on the left part of the ...
0
votes
0answers
63 views
How to animate the popping of a custom navigationItem.titleView?
The usual navigationItem.title has a nice animation where it gets pushed off to the right when the current view controller is popped from the navigation controller stack. However, a custom titleView ...
0
votes
1answer
132 views
Changing Navigation bar text color
So I have a navbar but I want to change the text color to black. I think I have to add a new label to the navbar and customize that label. I tried this:
navbar.TopItem.TitleView.Add BarLabel = new ...
0
votes
0answers
30 views
Modifying navigation stack
my app consists of 3 tabs. (items, search, profile).
In my items tab I have side menu, which contains categories of items and name of user that is currently logged in. If user is not logged in, ...
0
votes
1answer
152 views
Bar button item does not show up from UISplitViewController delegate's splitViewController:willHideViewController:
So, I've got a split view controller, with the master controller set up as the delegate. When rotating into portrait view, I'd like to add a button to show the popover to the navigation bar. My ...
0
votes
0answers
48 views
Adding an info button to a navigation bar
Currently my project consists of 5 tab bar controllers, each their own navigation controller, the setup is mainly done within the app delegate and all of this is done through code, not nib files. I ...
1
vote
1answer
70 views
Accessing UINavigationController at Top of Stack
How do I get a reference to the UINavigationController's backBarButtonItem from the UINavigationController at the top of the stack. In some circumstances I want to disable going back until some ...
0
votes
2answers
465 views
UINavigationBar back button without text and fixed size
I have a custom png I set as the back button for the UINavigationBar like this:
UIImage *navBackgroundPortait = [[UIImage imageNamed:@"nav_bg_portrait.png"] ...
0
votes
0answers
25 views
NavigationController w/ SearchViewController
I want to use NavigationController and SearchviewController and TabBarController booth in a view.
But when i click the searchviewcontrollers input it's sliding up navigationbar.
I want NavigationBar ...
1
vote
1answer
64 views
leftBarButtonItem in UINavigationItem
I've looked through several threads and come to a solution that I thought would work.
UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"backbutton.psd"]
...
0
votes
1answer
77 views
iOS : Cannot click the right side of UINavigationItem
-(void )SetNavBarView{
searchBarBtn.hidden=YES;
UIView *NavBarView ;
NavBarView=[[UIView alloc]initWithFrame:CGRectMake(0, 0, 320, 44)];
UIButton *btn1 = [[UIButton alloc] ...
1
vote
2answers
109 views
how to change the UIBarButtonItem button design?
I am newbie for iPhone application.
What I have is as below.
UIBarButtonItem *flipButton = [[UIBarButtonItem alloc]
initWithTitle:@"Flip" ...





