The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
28 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
16 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 ...
0
votes
1answer
161 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
12 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
2answers
37 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
25 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
41 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
25 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
44 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
87 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
33 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
41 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
38 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
37 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
60 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
89 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
4answers
169 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
39 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
77 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
249 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
106 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
182 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
208 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
41 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
198 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
209 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
83 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
102 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
316 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
31 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
107 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
265 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
85 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
30 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
128 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
53 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
104 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
183 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
94 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
177 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
270 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
59 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
159 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
63 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
vote
0answers
67 views

Some leaks while switching between two views

I use navigation controller to push and pop addColorView over rootView. According to Leaks instrument some objects are leaking when the view is pushed (three Mutable arrays and two mutable ...
0
votes
1answer
51 views

Why do I have click twice on a backButtonBarItem to go one view back? storyboard

Why do I have to click twice on a backButtonBarItem in a NavigationController to go one view back? I have a storyboard with the navigation controller, the tableViewController and a ...
0
votes
0answers
50 views

How to keep detailTextLabel updated by user in navigation stack?

I have two tableViewController, and one is rootViewController, have five cells. Another is secondViewController push by first row of rootViewController. The secondViewController have four cells, ...
0
votes
1answer
799 views

How to dismiss a NavigationController in Storyboard?

I've looked everywhere for this, so as a last resort I figured I should ask the question. I'm using Storyboard in XCode and have a navigation controller as my initial view. The root view of this ...
1
vote
4answers
82 views

Navigation Handling with PHP

I have stuck in a code. I am building a website which has lots of inner page. i include "sidebar.php" and place my side navigation in this file. <div class="side-nav"> <ul> ...

1 2 3 4 5