1
vote
1answer
50 views

Loading ViewControllers within Storyboard

I am using a side view controller setup using this : https://github.com/edgecase/ECSlidingViewController The initial View Controller is loaded using the storyboard with an identifier of ...
0
votes
0answers
57 views

Add UIViewControllers View as a subView of another UIViewController view

I have a UiView called TestView which I have added as a subView of my NumberViewController. On start of my app, My rootViewController is PaperViewController, this has some UIButtons which I have ...
0
votes
1answer
43 views

tableView of tableViewController does not change according to its orientation

I have a class which is subclass of tableViewController. I am trying to rotate my table view. I implemented two mehtods : - ...
0
votes
1answer
74 views

makeKeyAndVisible changes orientation of view iOS 5

In method application:didFinishLaunchingWithOptions in AppDelegate I initiate a view controller and add to navigation view controller that becomes window root view controller. Because my iPad app is ...
0
votes
0answers
28 views

UITabBar rotataion issue in iOS 5

I have a problem when trying to rotate a view that was pushed from a UITabBar. The TabBar itself should NOT be rotated at all, only the view that is pushed from it - should. I use this code to force ...
1
vote
1answer
126 views

Child container controller not receiving viewWillLayoutSubviews after Rotation event

I have a view controller that's a child of a container controller and I'd like to know how to handle resizing the views when the orientation changes on the device. The child controller isn't receiving ...
0
votes
1answer
77 views

Connect navigation bar button to view controller in xcode?

I have made tabbed bar application.Then I put a navigation bar + bar button on one tab view.Then I put a separate view controller on my storyboard.Now i want to open that separate view on click of ...
0
votes
3answers
82 views

Why is rotation not working for iOS 5 when it is working for iOS 6

I have a app that has 5.0 as deployment target and 6.1 as base sdk and it all works great on a iOS 6.x device/simulator. But on 5.x my views are not rotating. I have googled around and found some ...
0
votes
2answers
59 views

Setting up a UITableView inside View Controller Programatically

I have setup a UITableView controller within my view controller as follows: fieldView = [[UITableView alloc] initWithFrame:CGRectMake(0, logoView.bounds.size.height, 320, (screen.size.height - ...
0
votes
3answers
88 views

How to use Next Previous buttons to go to next field

I have setup a view controller containing two fields. I have implemented a toolbar above the keyboard which has buttons for Previous and Next. I have an array for the list of fields. // Setup ...
0
votes
2answers
72 views

Updating a BOOL value from another class

I have setup a class with the following: MESSidePanelViewControllerSubClass Header file @property BOOL setLandscapeOK; Imp file - (NSInteger)supportedInterfaceOrientations { // Restriction for ...
7
votes
3answers
252 views

Allowing different navigation controller views to have different orientation rules

I am trying to follow a previous question in allowing a navigation controller view controllers in having different orientation rules. Previous Question So for example, I have two view controllers the ...
-3
votes
2answers
43 views

Creating a view with multiple objects/layers [closed]

I am looking for a tutorial on how to create a complex view in code. For example, a background image to the view, multiple sub views with buttons. Is there any tutorials on how to complete this?
0
votes
1answer
26 views

How to stop a ViewController

I have an application that can be started from the web via a URI scheme, that I have registered in my app. Depending on the URI, I open different view controllers (by setting the rootViewController in ...
0
votes
0answers
63 views

UINavigationController inside UIViewController

I am developing an app that has this structure more or less The content part needs to fill the whole screen, and the common part needs to stay in place (not moving when push or pop). As a prototype, ...

1 2 3 4 5 17
15 30 50 per page