Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

How to set the activity indicator in the navigation bar?

I am new to iphone development.I want to set an activity indicator in the navigation bar.I see my activity indicator below the navigation bar.My code is here -(IBAction) gomethod : (id) sender { ...
3
votes
2answers
330 views

How can I make this navigation bar using css?

I have designed this navigation bar in Photoshop and am lost as to how I could convert it to a pure css navigation bar, would anyone have any ideas ? TIA. Link to bigger image
3
votes
4answers
1k views

Default UIColor of iPhone Navigation Bar

Can anyone tell me the RGB for the default iPhone navigation bar blue? I know that you can normally set the default color by setting self.navigationBarTintColor = nil; However, that doesnt work in ...
2
votes
1answer
50 views

Navigation bar issue iphone 4.3

I am now developing an app which support both iOS 4.3 and 5.0. My code works fine with 5.0, but results in a tricky-bug in 4.3. Issue is: I've got a view with a tableView in it. This view have a ...
2
votes
1answer
89 views

UINavigationbar loses set image on rotation

I have an app which starts with a root UINavigationController. This controller then pushes and pops various other UIViewControllers - that all works fine. My app has a custom graphic for the ...
2
votes
1answer
38 views

How to connect results from an SQL query to the navigation bar with VB.NET?

I have a basic question about using a database with Visual Basic. I'm using a OleDb connection. I have dragged and dropped editboxes from the DataDource view. This automatically places the table ...
2
votes
1answer
401 views

ios) Objective-c. how to add an image to UIBarButtonItem

I created a custom button and applied it to the UIbarbuttonitem. There is no error but nothing is shown on the navigation bar:( This is my code- //create a custom button UIImage *image = ...
2
votes
1answer
234 views

Sliding Navigation Bar with jquery

I was trying to create a horizontal navigation bar for a website. Now I need to provide a sliding effect as follows the navigation menu has 5 links , and the 5th link is a right arrow image. while ...
2
votes
3answers
258 views

CSS: UL Navigation - on hover, background color error

On hover the background color seems to come outside of the "boxes" that are my navigation items. I have tried tweaking everything. Here is my CSS and HTML... <div id="menuTop"> <ul ...
2
votes
2answers
1k views

How to add custom color to navigation bar in iphone

i know how to change the navigation bar to primary colors like green and red but if want to set custom color to a navigation bar .Custom colors like dark green .How is it possible. UINavigationBar ...
1
vote
0answers
13 views

How can I change de size of the title in my navigation bar to fit a text

Well I need to change a text on my navigation control bar to fit a movie "title" longer than the space available. I've see more code for resize the text using a label like this: UILabel *bigLabel = ...
1
vote
0answers
41 views

Custom Toolbar placed in the NavigationBar Shifting

I'm having a strange problem with my custom toolbar that is sometimes shifting slightly right: I created a UIView subclass that contains 4 UIButtons and a UIImageView. I insert this component ...
1
vote
2answers
605 views

Change NavigationBar Title (font and color) in different View Controllers

I was trying to customize the look of the Navigation Bar Title in my app. I had to build a Custom Navigation Controller (not just for this issue), so I thought to override the setTitle function like ...
1
vote
1answer
189 views

NavigationBarStyle issue when switching from iOS 4 to 5

Have a little design issue after having upgraded to iOS 5 and Xcode 4.2 This is how my view looked in iOS 4: And this is how it looks like in iOS 5: In my navigation delegate I have the ...
1
vote
1answer
179 views

JQuery Hover - Navigation Menu with labels that hide on hover and display a drop-down menu (select input)

I have a navigation bar used to filter the results of a search. I am trying to keep things clean and reasonable sized, so I have a JQuery .hover function that basically hides the label of the filter ...
1
vote
1answer
269 views

How to make something like Twitter for Mac top bar or GitHub's one?

I'm making an app and seen that twitter has this style for navigating through views (like iOS UINavigationController): Is there any control that emulates that behavior?
1
vote
1answer
58 views

How to tell UINavigationBar to ignore a custom category?

I'm having a little problem with customising an app's navigation bar and using an image picker. I have a category that overrides the drawRect method of the app's nav bar, it changes the background ...
1
vote
1answer
249 views

How To Create Fixed Navigation Bar For All Activities In An Android Application

i want to set a navigation bar ( with two buttons and a textview ) common for all activities of my application. I know it can be done by including a common layout file into each activity's layout ...
1
vote
5answers
4k views

How to add a right bar button to a navigation bar in iphone

i want to add right bar button item to navigation bar that on lick performs certain function. i have done the following code to add the right bar button item but it done not getting displayed in ...
1
vote
3answers
478 views

Objective-c: start app with second view with a navigation bar

I'm creating an App for Ipad, I created 3 views with a navigation bar but I would to start my application not in first but in second view, what can i do?
1
vote
1answer
308 views

Navigation bar items not visible

I have a number of view controllers, each with custom navigation button titles, and titles for each controller. However, often the title (and sometimes the buttons) are invisible, even though if I ...
1
vote
1answer
136 views

Navigationbar resets content offset after taping back button

I have a bunch of scrolling views displayed by Navigationbar.PushViewController(...). When I show them these controls have their contentOffset set. The problem is that after tapping a back button in ...
1
vote
1answer
297 views

Remove Cancel Button From Addressbook

I want to show the addressbook as a tabbar item so I defined this code in the delegate for the tab bar: Contacts = [[ABPeoplePickerNavigationController alloc] init]; Contacts.tabBarItem.image = ...
1
vote
3answers
937 views

IPAD - UISplitViewController's MainWindow NavigationBar tintColor Problem

Problem: TintColor of the navigationBar of mainWindow gets back to grey color everytime I turn the iPad to portrait mode and show the popover. Details: I created application from Xcode 3.2.5 and ...
1
vote
1answer
2k views

Objective-C: Background image and title in Navigation Bar

In need a background image AND a title in my Navigation Bar. For the image I write a category: @implementation UINavigationBar(MyNavigationBar) - (void)setBackgroundImage { UIImageView ...
1
vote
2answers
2k views

IPhone - Full screen UIScrollView starts right but repositions itself below navigation bar

I am currently trying to implement a photo picker just like the Photo App but with a custom image source. For the "photo scrolling" part I used the Apple PhotoScroller sample code and adapted it. One ...
1
vote
2answers
684 views

How to change navigation bar color in TTPhotoviewcontroller using Three20 in iPhone

I want to change the navigation color in the TTPhotoviewcontroller using Three20.I have changed the color in the TTPhotoviewcontroller, but the image is doesn't set in that view. If i changed the ...
1
vote
1answer
715 views

Subview position issue after UIOrientation (rotation) change

I have a viewController and have added a subview in it programatically. secondView.autoresizingMask = UIViewAutoresizingFlexibleWidth; [self.view addSubview:secondView]; I guess when ...
1
vote
1answer
309 views

Is it possible to modify the Navigation Bar in Visual Studio, or to otherwise add a similar graphical element to the code editor?

I like the grouping and browsability that regions provide in C# code but don't like the manual process of maintaining them (even auto-formatting tools are not perfect as they take awhile for large ...
1
vote
1answer
103 views

Why are there left/right gaps when I add an image to my navigationBar?

UIImageView *navBarImageView = [[UIImageView alloc] initWithImage:navBarImage]; [navBarImageView setFrame:CGRectMake(0, 0, 320, 44)]; self.navigationItem.titleView = navBarImageView; [navBarImageView ...
0
votes
0answers
18 views

Bigger Title in custom Navigation Bar

I have a custom nav bar, with a custom font.. but it seems anything over about 35 pixels gets CUT off at the bottom. It's quite ugly, and I really need my font to be bigger, about 50 pixels (maybe ...
0
votes
1answer
26 views

navigation Bar is not showing up completely in my modal View

i am using the following code to present a modal View but still my navigation bar is hiding behind the status bar. I can only see half of my Navigation bar .. Plz point out my error and Suggest me ...
0
votes
1answer
39 views

Xcode 4: Iphone - Adding a table view to an existing project

I'm new to programming IOS and I'm creating a small App for our College. This app consists of a main view that has a couple of buttons to open different things (Map, Welcome message from the Dean, ...
0
votes
0answers
58 views

How can we put two line in UIBarButtonItem in Navigation Bar

"Now Playing" is in One line in UIBarButtonItem. I have to put it in two lines, like "Now" is ay top and "Playing" is at bottom.I have written the following line of code:- UIBarButtonItem *flipButton ...
0
votes
2answers
99 views

As of 2012, what is the best way to implement a custom navigation bar style on iOS 4

I know of two methods and each have their own disadvantages: ...
0
votes
2answers
123 views

Need to hide bottom bar in tab bar navigation based application

I'm having problem in Tabbar-Navigation based application. I have a tab bar with 3 tab bar button items. Each Tab bar item, I need to show the Navigation controller's view. When I click on the first ...
0
votes
2answers
38 views

Resizing page doesn't go to scroll bar without absolute width

So I have the following page with a navbar: http://michigangurudwara.com/pclass/ and it doesn't look bad, but when you resize the browser, everything overlaps. What I want is for the navbar to fill up ...
0
votes
4answers
222 views

RelativeLayout, ScrollView and navigation bar at bottom

What I want to do is, make layout like this: Title Date Long text with scrolling Navigation bar stick to the bottom Well I have done everything, however there is a little problem with scrolling. ...
0
votes
0answers
223 views

navigationBar in IOS 5 SDK in xCode 4.2

I just update my xCode to version 4.2, and tried my app on IOS 5, and my navigationBar turns into transparent, without any changing of codes, then I tried SDK 4.3, which still worked fine. Anyone ...
0
votes
2answers
183 views

Right Bar Button item not working

Actually i am placing a bar button on right side of navigation bar, it's not working. But when i use it as left bar button item, it's working fine. I am using ios5. It was also not working when i ...
0
votes
1answer
144 views

Custom NavigationBar in iOS

I am working on a project where there is a requirement for a custom uinavigationbar. The desired effect is a visualisation on the stack of views contained within the navigationcontroller. Imagine ...
0
votes
1answer
77 views

how to create Navigationbar in android?

How can we create Navigation bar in android can any one help me regarding this?
0
votes
2answers
77 views

How can I make a navigation bar's color any color I want?

I created a navigation bar programmatically, and as far as I know, you can only make it "UIColor BlackColor" or "WhiteColor" or whatever. So the options are limited. Is there a way to be able to ...
0
votes
2answers
126 views

put title for NavigationBar

I have the following: header file: UINavigationBar *navigationBar; UINavigationItem *navigationItem; implementation file: in viewDidLoad method I tried these: self.navigationBar.topItem.title ...
0
votes
1answer
71 views

iphone how to change viewcontroller

I need a login viewcontroller,when log in,entry the tabbar controller,and the view in tabbarcontroller should get the data from the login viewcontroller and change the navigationbar(draged from nib)'s ...
0
votes
2answers
136 views

Custom UINavigationBar

I want have a custom navigationbar .But there is a white space between navigationbar and status bar.The code is below: @implementation UINavigationBar (CustomImage) - (void)drawRect:(CGRect)rect { ...
0
votes
1answer
110 views

Navigation bar buttons not showing on real device

I have a navigation bar with three buttons on the right (arrows for navigation + a sharing button). On the Iphone simulator I can see them well and they are working perfect. When I installed the app ...
0
votes
0answers
78 views

iphone image disappear on navigation bar <Error>: incorrect header check

I have encountered a problem today that when launching a app, both the navigation bar background and background image for a uiviewcontroller disappeared, in the debug window, there's an error Sun Aug ...
0
votes
1answer
64 views

What is the name of class for “self.title”?

I have modified the Apple sample code "TableSearch", but there is one thing I managed not to figure out by myself. How to make self.title to be fixed when I click onto the search bar? I dont want ...
0
votes
2answers
173 views

cakephp: how to include the same navigation bar in 2 different layout files

How do I include the same navigation bar in 2 different layout files? I don't want the navigation bar code to be repeated in the 2 layout files. The following is my navigation bar code: <?php ...

1 2