Tagged Questions
0
votes
1answer
71 views
Navigation bar image stays after back button is pressed
I'm using a navigation controller with a menu. In this menu , the navigation controller is called to push other view controllers.
I've set the color of the navigation bar in the menu with this code ...
-2
votes
1answer
30 views
How to add a navigation bar and a backbutton in it in my xCode 4 application?
I have a simple app with 3 tab items and a view for each of them. How can I add a nav bar which shows only the name of the current view, and a backbutton to appear when I go to another page, and not ...
0
votes
1answer
87 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
**
...
-3
votes
1answer
83 views
Telling apple maps to drop a custom pin [closed]
I am currently launching Apple Maps for turn-by-turn navigation on my application. Does anyone know how to programatically tell Apple Maps to drop a custom pin? Currently, Apple Maps takes my ...
1
vote
0answers
116 views
UIWebViewDelegate: webViewDidFinishLoad not called during in-page navigation
I have an app where users can navigate a pile of locally stored HTML files. I have a UIWebView, configured up correctly as a UIWebViewDelegate. Usually, when the user follows a link, ...
0
votes
1answer
136 views
Navigating from one UITableView to another inside appDelegate
The first UITableView is presented inside a Popover that is called from the RootViewController of the application.
I need to navigate to another UITableView inside the same popover. This is easy to ...
0
votes
1answer
77 views
how to show/hide moreNavigationController when back?
My tabbar have more than 6 items,when I click [more] item,it will show other items with a tableview.
Then click the one of items,I hide the navBar use setNavigationBarHidden:YES in viewDidLoad,and I ...
1
vote
2answers
133 views
How to set an image of navigationbar every where in the app
I'm building an app with storyboard. Now I want on every screen in my app the same topBar/navigationbar. I want to set an image on this navigationbar. After some searching, I found this code.
...
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 ...
0
votes
2answers
178 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
2answers
107 views
Coming back to first viewController and starting a function of firstVIewController from his child viewController
I am running from a WebView a plugin (myPluginj)that start ViewControllerA. From that viewControllerA I am moving to viewControllerB and then to viewControllerC.
Now I try by selectin something (in a ...
0
votes
1answer
384 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
41 views
Objetive-C Mac-App Top bar
I'm currently looking for a widget for Mac OSX apps, which looks like this one:
I have seen such "top bars" in many apps, so i thought there should be a widget out there, but i haven't found ...
0
votes
1answer
129 views
iOS:View controller crashes when trying to use camera in an application.
I have a button where when the user presses it, he is navigated to camera to take a pic.
When he takes the pic, he presses done and gets back to the controller. But when that happens the navigation ...
0
votes
1answer
25 views
Find out if a point is in the course of CLLocationCourse
I have 2 points, a static map annotation and the user device that moves. For both points i have Lat and Long and for the moving device i have the course which is give in degrees 0 for N, 90 for E and ...
0
votes
1answer
54 views
XCode 4 automatic navigation to another view
In Xcode 4...
I would like to know how to do automatic redirection (or navigation) to another UIViewController after a specific time
Thanks
0
votes
1answer
50 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
304 views
How can I show UIActionSheet to confirm moving back in Navigation View
Using Xcode I have View A that navigates to View B.
Upon pressing the Back UIBarButtonItem, I'm trying present the user with a UIActionSheet to confirm navigation to move back to View A.
What do I ...
0
votes
1answer
256 views
iOS presenting modal and navigation controller based views
I'm building an application for the iphone that uses both modal views and navigation-controllers. In my case, the initial screen is a table view within a navigation controller, and if the user clicks ...
-1
votes
2answers
43 views
its not navigating to the class
I am writing the following code in a button click event and i am trying to navigato the class PDFReaderViewController, but on click of the button its not navigating, can anybody tell me y
...
0
votes
2answers
152 views
Implementing navigation in iOS applications
I've built an Xcode project which is an iPad and iPhone app that simply plays 4 different videos (.m4v files). I have an app icon and when the users touches it, the app opens an image (.png) with 4 ...
0
votes
2answers
63 views
Create a sort of navigation logic within an application: how to?
I have a number of view controllers that I want to navigate; however, I need to implement an intuitive way to move to previous ones. For the button press methods in my view controller custom classes ...
0
votes
1answer
91 views
Navigation Application
//i developed Navigation application contain Tow Class ( Tow Form)
//First Class Contain :
//Label => label1
//Button=> To
//Secound Class Contain :
//button => BackButton
//My application ...
0
votes
2answers
557 views
pushViewController is not pushing
I was using initWithNibName to push the cells to detail views but I want to use single storyboard rather than having numerous nib files. The below code is supposed to push the view to ...
0
votes
1answer
219 views
Adding navigation controller to custom made table view
I want my table to show up only half way from the bottom of the screen, the upper half meant for an image. To do this, I added a table view through code using CGRectMake specifying the (x,y) ...
11
votes
3answers
348 views
hide second viewcontroller and navigate to third viewcontroller
I am in ViewControllerA and other ViewControllerB is also loaded in the viewcontroller's stack.viewControllerB has camera screen also.
From ViewControllerA I'm calling ViewControllerB by this below ...
1
vote
3answers
1k views
Creating Turn-Turn Navigation iPhone app
I am trying to build a turn-by-turn navigation app like TomTom or Mapquest, and I am looking for some help in getting started, in the direction of available options and licensing (if any).
...
2
votes
2answers
1k views
How do I navigate through a method call hierarchy in Xcode 4?
I come from Eclipse, I would like to know if there is a way in Xcode 4 to navigate through method calls like there.
I know I can jump to the definition of a method, but I want to know who is calling ...
0
votes
1answer
77 views
Navigation Controller in new loaded view
I have been trying to figure this out for about a hour and can't seem to find the answer. So basically my app starts, and loads a new view, this view has a tabeview, i understand tableviews, but not ...
1
vote
2answers
518 views
How to hide the bar button item on click of a button?
in my app say i have 2 pages on click on next button(using push view controller) in page 1 it ill navigate to 2nd page , in the 2nd page i have a download(UIButton , not in the navigation bar) button ...
0
votes
0answers
770 views
Compiler warning about app delegate method not being found
I need to know why this will not work, I'm simply trying to navigate between two pages. But the error I keep getting is
MobileEliteAppDelegate.m: warning: Semantic Issue: Instance method ...
0
votes
2answers
214 views
viewController management programatically
I have a problem about viewController. I created a program What is viewController based applicaiton. There is 4 button on mainViewController. I used this code for calling mainviewController
-(void) ...
4
votes
2answers
2k views
How to implement the two-finger swipe gesture in Cocoa to go back and forward?
Several applications like Safari and the Finder go back and forward when you swipe with two fingers on your Magic Mouse (or with three fingers on your Magic Trackpad).
How would I implement this in ...
1
vote
1answer
112 views
Navigation Control Problem
I am using some methods to load a new .xib and go back to the main menu. However after about five time it crashes by using too much memory. I need to be able to go back to the main menu and to the ...
0
votes
1answer
73 views
How to update or send an int to the proceeding view controller
Hi I have a quiz app that gives you a score in a UILabel after answering each question, so I have a button that when you hit the correct answer you get 10 points and if hit the wrong answer you get 0 ...
0
votes
0answers
111 views
How do I create a “restart” button for my app
I am making a quiz game that uses a navigation controller to go from one question to the next. I have 6 questions, a main view that lets you start the quiz, and a score view at the end. I want the ...
0
votes
1answer
578 views
How do i navigate to another view through a button in a NSTableCell?
I have got a Button in a custom table cell, with which i want to navigate to a view. But this view has to be diffrent to the view you get, if you simply press the TableCell. Did anybody solve this ...
0
votes
1answer
56 views
Make navigation via NSString? or Make UILabel/UITextview contents for navigation
I have string data and height is changable, it can be like this:
John Colman to
Android Market, Iphone Developers, PHP grups
or just
John Colman to
Edward Python
but except "to" all the ...
0
votes
1answer
841 views
objective-c updating data from a different view
I'm using a navigation based view controller in my app. Users can click on a button in the navigation to open a new view where they can select from a few different options. What I'd like to happen ...
0
votes
1answer
263 views
Navigation in an iphone application
May be this one is easy..,
I am new to iphone development.. My question is :
I want to present a new screen after successful login, My app displays a Login screen to the user, and I have implemented ...
0
votes
5answers
284 views
Which template should i choose for iphone app having multiple pages to view without more memory consumption
I want to develop an app having multiple pages. For example the first page has all menus in it. If you click on one menu it will go to some list page. If you click on some items in the list again it ...
0
votes
3answers
3k views
how to change navigation bar background image manually in specific ViewController?
i'm trying to change the image background of my navigationbar when i'm in specific ViewController. My app model :
- appDelegate
- tabbarcontroller
-viewcontroller1
...
1
vote
2answers
186 views
Open view in another tab - iphone
I want to allow the user to click on a button in "tab A" and have it move to "tab B". Is this possible?
Thanks,
William
5
votes
2answers
3k views
Reload UITableView when navigating back?
I have a top level UIViewController that contains a UITableView. The top level UIViewController instantiates a NavigationController, and pushes another UIViewController onto the NavigationController. ...
0
votes
2answers
551 views
UIActivity Indicator- load views
I am trying to add some titles to my project. So, when my app gets loaded it should show my title screen with activity indicator spinning and after 3seconds it should push the navigation controller. ...
0
votes
2answers
537 views
iPhone SDK: Can't specify view to Navigation Controller
I am working on my first iPhone app and making good progress. But there is one thing I just don't understand.
When my app starts it displays a UIView with some functionality on it. This works fine. ...
0
votes
2answers
305 views
Pass string from tableviewcontroller to viewcontroller in navigation stack
How should I pass a string to the view controller that gets pushed when a tableviewcell is selected.
Should I create a custom init method in the view controller? eg [[myvc alloc]initWithURL:...]
Set a ...
0
votes
1answer
70 views
Need some advice before starting coding my next iPhone app
I need some advice about how should I start coding something.
So here is the context:
I've just finished building a CMS that manage a SQLite database. My application will be picking this database and ...
1
vote
2answers
2k views
UINavigation/TabBar transition animation
How can I use UIViewAnimationTransition type in one of UINavigation/TabBar transitions ?
0
votes
1answer
292 views
Ipod Library Access and subview removal in this code
I'm a 14 year old modifying an apple example code(my version can be found here for a school project, and I tried to put in ipod library access(It doesn't actually do anything yet, it's just supposed ...


