0
votes
0answers
47 views

How to use UIImagePicker in Navigation Controller?

I want to use UIImagePicker in ViewController Of Navigation Controller. Camera & Photo Library. It works but dismissal from presentation of UIImagePicker is not working. It always gets dismissed ...
0
votes
1answer
89 views

Instagram-like refresh button

I'm really tried to do a button (rightBarButtonItem) like the instagram's button, I think is not possible to set background-image & image to the button in the same time. See this in ** ...
0
votes
0answers
49 views

Show Navigation turn by turn part only in iOS6 using MKMapItem

I like to use MKMapItem with mapView in iOS6 , but my requirement is, the map should show only turn by turn navigation from current position to covered distance position by user and also want to ...
1
vote
2answers
333 views

Added navigation button doesn't work first time in Titanium alloy

i added navbutton to navigation and i wrote 'click' function on to it doesn't work first time . actually am adding button to navigation bar on that first click it was not working on second click it ...
0
votes
1answer
40 views

IOS 6 in navigation, how can I set a screen to not highlight a tab?

Please help! Our IOS app has 4 navigation tabs at the bottom, in which only a couple screens on the app do not need to be highlighted. How can we not display a highlighted tab on particular screens ...
1
vote
1answer
176 views

How to let the user choose Routing App in iOS 6

I've seen some apps that let the user choose the 3rd party app for displaying a route/direction in iOS 6, e.g. the "Where to?"-App. When you click on the directions button it shows you a list of ...
2
votes
1answer
224 views

iOS Present Full Screen view on UIModalTransitionStylePartialCurl View Controller

Developing for an iPhone, I have a main view controller that presents a second "Share" view controller using a transition of UIModalTransitionStylePartialCurl. These seems to make sense from a UI ...
0
votes
0answers
59 views

Open a new view from main view without showing Navigation bar?

I am new to iOS development. This is my first app using Storyboard method. My main view has some UITextField and some buttons. With press of the buttons, I want to open another view. So there is ...
0
votes
0answers
87 views

Css Navigation and Iphone

I am really really new to java and css. I have a navigation menu that will not show up in Iphones. I have been working at this for months, with no success. The website in questions is ...
2
votes
2answers
139 views

Change the navigation button item on button press

I want to be able to change the right navigation bar button to a different button with name and action. As an Example: btnOpenImage is pressed and rightNavButton1 changes to rightNavButton2
0
votes
1answer
617 views

Turn by turn within MKMapView on iOS 6

I wondered if it is possible to create navigation route within MKMapView on iOS 6 instead of opening the built-in Maps application? I googled it but didn't find any answer. This is the code I'm ...
1
vote
2answers
486 views

Twitter Bootstrap subnav closes instead of activating link on iPhone

I've got the following nav on my site <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <button type="button" ...
0
votes
4answers
71 views

how to pass latitude value to next view in iphone?

sir i have got response from services and i have got latitude value and i copy ed into array. now i want to pass the array when i click the next views row. i passed places earlier. in second view ...
0
votes
1answer
133 views

changing the page in a UIWebView dynamically [closed]

I need some iPhone expertise.. I have a UIWebView which displays by jquery mobile pages.. I want to have two ios native buttons below the webview - 1. Home 2. Settings. The home button is easy ...
1
vote
3answers
2k views

CSS Navigation Menu IPad and IPhone

I have a css menu that works well in most desktop browsers, but I have had issues get my drop down menu to work on IPad and Iphone. Here is the site in question: http://bakersfield.kernhigh.org/ I am ...
0
votes
1answer
108 views

Navigating from ScrollViewController Content view to another view on stack

I am trying to navigate from a UIScrollView's content view to another view by using a UIButton. I do not want to display this other view modally, and pushing the view on the stack is not working for ...
1
vote
1answer
46 views

how to check from which viewcontroller it has been navigated …in obj c

I am in a context where From some 3 classes I am navigating to a class say classX, and I have a back button on classX, on click of that back button I need to navigate to the class from which it has ...
1
vote
1answer
384 views

How to change the present view controller?

I have a login view controller which make a request to the server for authentification. Once it is success, I want the present view controller to be the home tab view controller of my application. I ...
0
votes
6answers
3k views

ios : create NavigationBar programmatically, but cannot set the title

I create an NavigationBar programmaticlly without using xib file. And create one left button with text "left", added to the navigationBar, and set the title to "Demo". code : -(void) ...
0
votes
2answers
301 views

ios : how to remove the white space bar above navigation bar?

For Customing navigation bar, I want set the background image and custom the left button and right button.so I instance it with code without .xib. but there is a white space bar above navigation bar. ...
1
vote
1answer
73 views

differentiate between iPhones and iPads

I'm working on my mobile site, I already have this code: <script type="text/javascript"> // <![CDATA[ if ( (navigator.userAgent.indexOf('Android') != -1) ) { document.location = ...
0
votes
2answers
184 views

Calculating the Bearing of A(x1,y1) Relative to B(x2,y2) in iOS

May I know how I should calculate the bearing of one point relative to another? All the formulas I'm seeing on the Internet are for lat/lon coordinates. I'm working with the Cartesian coordinate ...
0
votes
3answers
77 views

Switching views in iOS

I have 3 view controllers in my storyboard for example Page1, Page2, and Page3. Both Page1 and Page2 are pushed to Page3. What I want to do is when Page3tap on Back button, the view will 100% return ...
0
votes
1answer
407 views

Improving Accuracy of iPhone's Accelerometer in Counting Steps

I am currently using the following code to count the number of steps a user takes in my indoor navigation application. As I am holding the phone around my chest level with the screen facing upwards, ...
0
votes
1answer
169 views

Flip from one ViewController to another iBooks Style

I'm trying to load in content from a database and allow the user to flip through it like pages, then at the end of the content, give them options to go to another section of content (probably with ...
0
votes
4answers
310 views

Remove top bar from view controller

I've got one view controller that I want to have a top bar, and another that I don't. They're both in the same navigation controller. How can I make the first view controller have no top bar, and ...
0
votes
0answers
301 views

Sencha Touch 2.0 with PhoneGap really slow on iPhone

We are building a cross-platform application with PhoneGap and Sencha Touch 2.0. The app is really light-weight, JS was compressed, nothing fancy is used and it runs fine on Android phones. ...
0
votes
2answers
112 views

dismissModalViewController issue in iOs

I have three view controllers, say A, B and C. I am navigating through this views like follows; A -presenting-> B -presenting-> C -presenting-> B And from B, if I dismiss I want to navigate to C. ...
0
votes
1answer
37 views

Reset tab when I press another tab [closed]

I'm working on an iPhone app build from a TabBarController in the Storyboard. Most of the tabs lead to NavigationControllers with TableViews. Now when I press another tab, I want the tab I just left ...
0
votes
1answer
72 views

iPhone app: navigate to tab bar scenario

I have an application with a maybe-strange navigation scenario. I'll try to explain: 1) first scene: select an available item from a list 1.1) once selected, you navigate to a tab view ...
1
vote
0answers
1k views

“Application tried to present modally an active controller” issue in iOs5

In my iPhone app, I have two views say VC1 and VC2. In VC1 I have a button to navigate to VC2. Here is the code in the button action in VC1: AppDelegate *appDelegate = (AppDelegate *)[[UIApplication ...
1
vote
1answer
393 views

Hide and show navigation bar with tap gesture [duplicate]

Possible Duplicate: Hide/Show Navigation & Tool Bar on tap This is the void I'm using to hide the Navigation Bar in one of the views. - (void)viewWillAppear:(BOOL)animated { ...
0
votes
2answers
169 views

navigate to new page in iPhone

I am new to iPhone developer, On click of button, i want to navigate to a new page with this animation, UIViewAnimationTransitionFlipFromLeft How should i do this ? -(void)btnClick{ ...
0
votes
1answer
455 views

Change animation in page-based application UIPageViewController

If you make a page-based application (using UIPageViewController) in xcode 4.3.1 and iOS5 you get a nice page turn animation by default (like in iBooks). I'd like to replace this animation with a ...
0
votes
1answer
51 views

Basic Navigation between views not working

I'm having some trouble with basic navigation between views. I have a tabBarController with two views. In the first view controller, when the method that responds to a button press is called the ...
0
votes
2answers
159 views

navigate to new page on button click in iPhone

I am new to iPhone Developer. i want to do navigate to new page with animation but i am unable to navigate to new page, Here is my code snippet, UIButton *Planbtn = (UIButton *)[self.view ...
0
votes
0answers
351 views

Closing a navigation group window properly

I posted this question about a month ago on Appcelerator's website with no luck. I have some functionality which uses a navigation group which has 3 levels of windows: Mailbox -> Message List -> ...
1
vote
3answers
277 views

Ios App for Ipad & Iphone different navigation bar items

I'm working on an app for iPad and iPhone, I've added multiple bar items to the navigation bar, but I want to add different bar items... In the navigation bar from the iPad I just want to add 2 items ...
0
votes
1answer
492 views

Overriding the always-top property of the navigation bar in Titanium

In Titanium for iPhone is it possible to display something above the navigation bar – or just disabling the always-top property of the navigation bar? This is how it looks right now: This is part ...
0
votes
2answers
333 views

iphone - Back button in an app without view controller

I'm completely new to iphone apps. I'm creating an iphone app that is designed in HTML and jquery with phonegap. I want to include a back button on the top like the default one in the iphone. I ...
0
votes
1answer
87 views

Navigate to another page based on the callout clicked

hi i have mapview and displaying two pins with callouts and when clicked on first pin callout say it have to navigate to firstview controller and when clicked on second pin callout it have to navigate ...
0
votes
3answers
277 views

Back button in iphone app

I have a simple single View application with a button in the main view which sends me off to another view with an independent xib file. On this second view I have a button that should send me back to ...
0
votes
2answers
374 views

Display whole ViewController within another ViewController's view

Im writing an application which the main view controller is a UIViewController. It has some icons in a grid and I want to dismiss (sliding down) this grid when one of the icons is clicked. This I've ...
0
votes
2answers
899 views

Implementing an iPhone-like content slider in a wep-app

Im building a web-app for smartphones. In my app I want to give the user an iOS-like-experience. I want my interface to function similar to iOS. I'm mainly thinking about the navigation here. I want ...
0
votes
3answers
620 views

Won't add navigation item to navigation bar in x code

I'm trying to create a back button on my navigation bar in x code. However when I drag it across from the objects library to the navigation bar in the storyboard it doesn't come up. Please help.
0
votes
2answers
110 views

Will apple reject the app if we navigate a page on click of UIImageView

I have used 4 images and use touches began method to detect user's touch on particular image. I navigate to 4 different views based on location of touch. Will apple approve his kind of design. ...
0
votes
1answer
328 views

navigation in UITableView in monotouch iPhone

i am new to iPad developer, i have created two or three iPad application in objective c using Xcode 4. but now i want to create iPad application using Monodeveloper tool in C# language... in ...
0
votes
3answers
889 views

Navigation Issue with UITableView

How do I navigate back to the previous page with a UITableViewController. I tried to show a navigation bar with navigation button at the top of the screen, but the navigation bar will not show. I know ...
0
votes
1answer
285 views

Trying to make my iphone app universal. Navigation Controller keeps saying Unbalanced calls

have been trying couple of hours now to make my iphone app universal. The mission was successful but have a strange problem. The navigation controller keeps pushing things without even pushing ...
0
votes
1answer
50 views

Forcing App to Navigate to a specific view within AppDidBecomeActive

I want to let the user be able to navigate to a specific view under certain circumstances, when the App runs again from the background. For now I'm using this piece of code to force my App: - ...

1 2 3 4 5