The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
33 views

Call modal controller inside a navigation controller

I would like to call a modal view controller from a controller inside a navigation controller.. I should do [self presentModalViewController:<#(UIViewController *)#> ...
0
votes
1answer
16 views

applicationDidEnterBackground fire popToViewController

I am using the Storyboard, then in my AppDelegate has no navigation controller programming on hand (all normal so far). Now they need to fire the "applicationDidEnterBackground" I would like my app ...
0
votes
1answer
17 views

Tinting a UIBarButtonItem Image instead of the background

So I have a UITabBarController that I'm able to tint the images of like so (I have an image that I use as the background): #define TAB_BAR_TINT_COLOR [UIColor colorWithRed:128/255.0 green:128/255.0 ...
0
votes
1answer
43 views

UINavigation not wotking in my iphone app after chaging root view controller

I am developing ios application for iphone. Am facing problem with the login screen.. i have developed app withoughtlogin screen.but now i want to give login option at first and after login i want to ...
0
votes
2answers
48 views

IOS 6 Storyboard rotation doesn't work as expected

I'm developing an iOS6 App with storyboards and i'm encountering an unexpected beahviour. My app is almost in portrait mode , and i would keep this orientation in all the views except two.For this ...
-2
votes
0answers
30 views

“Previous” and “Next” button to navigate through website [closed]

This is what i have so far. I dont really know what im doing, Im just tinkering until it works. I want the "next" button to take me to the next page/node of the website and the previous button to take ...
0
votes
0answers
18 views

Editing navigation of this website

http://www.madeinebor.com/themes/sliddr/index.htm#/logo As you see this website works by pressing space bar and some other keys, how can I change it to clicking. So when ever the user click in empty ...
1
vote
1answer
443 views

Best Way to Achieve Slide-Out Navigation IOS

I have used a fairly common design pattern for a standard IOS slide out navigation. I based the design off of the example found here: ...
0
votes
0answers
19 views

iOS 6: shouldPopItem not called

I am trying to reach - (BOOL)navigationBar:(UINavigationBar *)navigationBar shouldPopItem:(UINavigationItem *)item { NSLog(@"tttt"); return YES; } but it does not get called. Why? Do I ...
0
votes
1answer
41 views

Navigation controller creates 2 views instead of 1

I explain the situation : I've got a NavigationController + TableViewController and when I click on a cell, I've done a performSegueWithIdentifier to go to another View. I've done this through ...
0
votes
1answer
46 views

navigationController popToRootViewController, the navigation bar shows backButton and son view's title

I'm beginner for iOS dev. In my app, RootView jump to son views: A、B、C、D through buttons (defined in storyboard, push segue). i use some image to be touched so the son views can push to each other, ...
0
votes
1answer
45 views

UINavigationController not pushing correctly

I am trying to navigate some view controller programatically. I have already add the UINavigationControllerDelegate in the header file...But the view didnt push out when I click the button..Can anyone ...
0
votes
1answer
30 views

Static Table navigation in a Tabbar application

I am working in an Tabbar based app. On the last of 4 tabs(More), I have a ViewController with a StaticTableView in it, embedded in a NavigationController which is in a Relationship View with my ...
0
votes
1answer
45 views

I can't figure out how to navigate to a previous page

I have two ways of navigating to a form that I'm using. However, once this form has been submitted, I would like to return to the previous page that I was on. Is there a certain url path that I can ...
0
votes
2answers
114 views

iOS + Storyboard: Re-using ViewControllers in navigation

in my current application, I want to use a certain UICollectionView several times, but with different selection behaviours. Consider the following storyboard layout as "is" (and working): Tab Bar ...
0
votes
2answers
40 views

Pushing several viewcontroller from a NSObject

I am troubling with an issue and I cannot be able to solve it! The scenario is the next one: - I have 4 view controller (main view controller is an UITableView, settingsVC, messsageDetailController ...
0
votes
1answer
48 views

Navigation bar View Controller is twice the size as others

I have a multiple View Controllers embedded in Navigation Controller and one of my navigation bars is twice the size(extends down twice as much) as every other one. I want all of these bars to be the ...
0
votes
0answers
41 views

issue in changing button of navigation bar when view get changed

i am showing code here i will explain things in it this is what i do in app delegate.h @interface AppDelegate : UIResponder <UIApplicationDelegate> { UINavigationController *navController1; ...
0
votes
1answer
44 views

Passing value using delegate is not working

In RootViewController I have a button which when it's clicked makes the self.navigationController push to CategoryViewController. Then, in CategoryViewController, click one cell push to ...
0
votes
2answers
74 views

How to get rid of navigation bar for iOS for the first screen of application

I am confused about navigation controller, My first View in the application consists of 4 buttons inside, I wanna add a navigation controller to this view so where I push another views to navigation ...
0
votes
3answers
123 views

How do a ViewController knows it got focus on iOS? Like a “viewDidLoad”

I have a NavigationController and one of the tabs is supposed to load a ViewController. This ViewController (1), when loaded on "viewDidLoad" does some stuff and then pushes a new ViewController (2). ...
0
votes
3answers
190 views

IOS pushing viewcontroller from navigationcontroller in a tabbarcontroller but does not show

I am encountering a very strange problem. Here is the code structure in my app delegate: self.accountViewController = [[AccountViewController alloc] initWithNibName:@"AccountViewController" ...
0
votes
0answers
44 views

TabBarController on NavigationController Cannot Push

I have a navigation controller that loads a tabBarcontroller Class A Navigation Controller with TableView of list of troops --- Class B Tabbar Controller with ViewControllers based on selected troop ...
0
votes
0answers
88 views

Secondary ViewController in Navigation Controller Not AutoRotating to Landscape in IOS 6

I've read dozens of posts but can't get this working. My main view controller in my navigation controller is portait only. I have one secondary view controller that needs to be landscape only. If I ...
0
votes
1answer
421 views

how pass data back from my second view controller to my first view controller using storyboards, or segues, protocols & delegates?

well is my first post & cannot upload a image because I need a 10 of reputation, XD but it;s ok so: Hi Guys, well I need pass a label.text from my cell in my tableview from my second or child ...
0
votes
2answers
130 views

Switch view to another view on storyboard

I am new in iOS programming. What I am trying to do is: I have some views in a storyboard and I'd like to switch between the views programatically. For example, when a button is clicked, I call a ...
0
votes
1answer
242 views

activate/deactivate config listeners not firing in navigationview to hide navigationbar button in sencha touch 2

I am attempting to do something which (at least I believe) should be very straightforward in ST2 but it is not working. I have a main view (xtype: navigationview) and a secondary view (xtype: ...
0
votes
1answer
268 views

How to add ViewController to existing NavigationController from AppDelegate?

I have a LocalNotification which invokes the application. In the application, almost all view are connected with NavigationController to show header bar and the "global menu". When the application ...
2
votes
1answer
44 views

View controller unset his tag when pushed into nevigation controller

... I guess. This is the situation: here a simple method, in a view controller, where we can push a botton to go in another view: - (IBAction)actionNext:(UIButton *)sender { ...
2
votes
1answer
214 views

Monotouch NavigationController Transition Style

I am using Monotouch storyboard for Iphone. I have a navigation controller and through code I am setting the navigationbarhidden to false or true on certain views. I am setting the visibility in ...
0
votes
1answer
233 views

Marquee with navigation arrows HTML

I have created a Marquee in my HTML with <marquee behavior="alternate" scrollamount="1" width="400"> </marquee> And it's working fine. But I would like to add arrows to this marquee ...
0
votes
2answers
98 views

adding button to center of navigationcontroller

how to add button to center of navigationcontroller i have tried the below code UIButton *titleButton = [UIButtonbuttonWithType:UIButtonTypeRoundedRect]; [titleButton setFrame:CGRectMake(0, 0, ...
0
votes
2answers
118 views

Pushing a UIViewController from another UIViewController - How to?

I have a UIViewController subclass(Say BBB) that inherited from already written custom UIViewController class(Say AAA). The BBB class have a UITableView in it and when the user tap on any cell of the ...
0
votes
2answers
360 views

How to pass parameters to a popover view controller inside a navigation controller

I have an iPad app with splitview and a right bar button in the navigation bar of the detailviewcontroller. This button calls a popover constituted of a navigation controller and two table views. as ...
1
vote
0answers
35 views

Create a protocol to retrive data from a UINavigationController to a UIViewController

i have a parent UIViewController from wich i present a UITableViewController with an embed in UINavigationController from wich i have to select some rows ( in my case rows with people name ), add them ...
1
vote
0answers
114 views

Accessibility: Moving voice over focus to the first cell in tableView in UITableViewController

I have a main window which has two UITableViewControllers. On selecting the cell in first tableViewController (left pane), the tableViewContainer on the rightside gets populated. In the Voice over ...
0
votes
1answer
274 views

iOS Not Pushing new view to NavigationController

I am working on an app that has a TabView controller, and in each tab is a TabeView, I have the TableView delegate and dataSource set to the main ViewController of the Object. I use the following code ...
1
vote
0answers
89 views

AddRecord TableView controller -->MasterTableView Controller --> second (filter) TableView Controller --> DetailView Controller

I'm new to iOS programing (and programming in general). I'm trying to do an iPhone App based on the Birdsighting example provided by Apple ...
1
vote
0answers
38 views

Content moved after when back to first viewcontroller

I have 2 viewcontrollers in a navigationController. In the first viewcontroller I have a UIButton that open the second viewcontroller. When second viewController is load I can see the "back" button ...
1
vote
0answers
129 views

Vertical scroll bar with navigation button [closed]

I want to insert a section into my website which holds a list of thumb pictures of the videos so that the user could click on an play different video that has been listed within the section. I have ...
0
votes
0answers
54 views

Add UIViewController with NavigationCotroller above UIViewController with UITableView

I hope you can help me. I'm trying to make a side navigation like Facebook and Path, but did not want to use any library. I want to make it simple. **Superior.h** #import <UIKit/UIKit.h> ...
2
votes
1answer
110 views

Passing an entire UIView From One ViewController to another via UINavigationController

This is what i am doing - I have a UIView - I pass it from one viewcontroller to another. When I come back to the first viewcontroller - the uiview is missing - Instead there is a white blank space ...
0
votes
1answer
194 views

screen rotation handling ios

App comprises 5 pages with mesh like hierarchy i.e each page can be reached from any page. Each page have portrait and landscape orientation support. So i am not able to handle the rotation when ...
0
votes
0answers
42 views

navigationController set “back”

In the use of "presentModalViewController" open a new "View", how to in the new "View" add a the back button, use way is as follows: ... Omitted code [self. NavigationController ...
0
votes
1answer
99 views

how to navigate UItabbarviewcontroller

I Have a viewcontroller and tabbarviewcontroller. I du have the connection between viewcontroller and tabbarviewcontroller. Example: If I click on a picture inside a button of viewcontroller then the ...
0
votes
0answers
181 views

touchesBegan not being called in view controller pushed on top of tabbarcontroller in navigationcontroller

Disclaimer: This is an enterprise app and I am NOT required to follow Apple's guidelines (HIG or otherwise). That doesn't mean it's not biting me though. What I have is a Navigation Controller with ...
0
votes
1answer
317 views

NavigationBar from NavigationController doesn't show in IB StoryBoard

My first view is a UINavigationController with a rootview, which correctly shows a NavigationBar in IB in the .storyboard. I think this is nice when I am designing in IB, so I know the proportions, ...
0
votes
1answer
63 views

how the rises up and down button is made?

In the website below website's layout in the navigation,when hovered on the buttons it rises up and when the mouse is taken away it sinks down,how to do it either in css or other ways ? ...
2
votes
1answer
171 views

Spring MVC navigation

I want to create simple navigation with Spring MVC, so far I got this: @Controller @RequestMapping("/secure") public class NavigationController { @ModelAttribute("myPath/operation") public ...
0
votes
0answers
67 views

tab bar controller with navigation controller button change tab and push

i have built app with tabbar controller and navigation controller. The Tab#1 with navigation controller contains a button. When I click the button i have it so the next view controller is pushed which ...

1 2 3 4 5 6