The UISplitViewController class is a container view controller that manages the presentation of two side-by-side view controllers.
0
votes
0answers
15 views
MGSplitViewController port to iOS 6 using storyboard?
I'm trying to upgrade my App from iphone only to Universal. I've a critical requirement to be able to hide the master view and show only the detail (in landscape) for a significant part of the App.
...
0
votes
0answers
9 views
Universal app acting up on iPad iOS5
I've been working on a universal app. So far everything is good. During final testing it turns out that the app is not working with older OS (5.0 and 5.1). It initially showed a white blank screen. ...
0
votes
1answer
27 views
UISplitViewController => shouldHideViewController animation?
I'm trying to animate my MasterViewController when it appears/disappears. For hidding my master, i use shouldHideViewController in my UISplitViewController class.
...
-1
votes
1answer
22 views
how to update the uitablview of detailview on row select of master view or load new view in detailview?
am using xcode and developing one master detailview app for ipad
my requirement is there is two tablview ..one for masterviewcontroller and 2nd for detailview controller
and on select row of ...
0
votes
0answers
7 views
UISplitViewController does not recognize device rotation when covered by modal movie player
[This was posted on the Apple Developer Forums but has not been answered, so I'll try here.]
My application uses a UISplitViewController for iPad master/detail views and runs on iOS 6. The split view ...
0
votes
0answers
17 views
Refresh UISplitViewController after changing the Master's width
I am using iOS 6.0. From this post, I know I could use
[splitViewController setValue:[NSNumber numberWithFloat:10] forKey:@"_masterColumnWidth"];
To change the width of master view.(I do not need ...
0
votes
2answers
62 views
Push a string and display in a UITextField
I am doing a small app and I am using a UISplitVIewController and I am trying to push the UITable cell text to the detail view and display it in a UITextField. I have managed to push the string nicely ...
0
votes
0answers
17 views
How do I use a UIPageViewController in a UISplitViewController?
I am trying to use a UIPageViewController as the main view in a UISplitViewController, but it does not work properly with paging gestures. For instance, if I try to swipe to the next page, the next ...
0
votes
1answer
12 views
Set up view controllers like Find My Friends iPad app
I want to set up my view controllers like the Find My Friends iPad app. Based on what I've found so far, I believe that I need to:
Use a container view controller
Make the tab bar controller the ...
0
votes
1answer
44 views
Using 2 UITableView instead of UISplitView
I am developing a simple iPad application. I have an array of category objects, and each category object holds an array of item objects related to that category. I want to show the categories on the ...
0
votes
1answer
24 views
iCarousel performance issue with UITableView (iPad master-detail UI)
I am currently using a master-detail iPad UI: inside a UISplitViewController I have the left (master) side contain a UITableViewController, and the right (detail) side contains an iCarousel. See ...
-1
votes
2answers
22 views
Error Message no visible @interface for UIToolbar declares the selector 'setItems:animated:' [closed]
I'm building a UISplitviewController and I came up with this error message using this code:
How do I correct this?
2
votes
4answers
59 views
How can I create a mixed, “Master-Detail and Tabbar” application in iOS
I'm trying to create a Master-Detail iPad application with a list of saved files in the Master view, and the main interface in the detail view. There will be many different views in the detail and ...
0
votes
1answer
26 views
Tab bar issue for iPad app
I'd like to display what looks like a vertical tab bar at left side as in, for example, Twitter app for iPad:
Is that a UISplitViewController with a UITabBar within its left side?
Is it a tab bar ...
0
votes
1answer
15 views
push and pop information from DetailViewController to MasterViewController
I'm making a small iPad APP using the SplitViewController and I mainly working with MasterViewController on the DetailViewController. I am trying to Push some data from the DetailViewController to ...
0
votes
2answers
26 views
Call a method of MasterViewController on DetailViewController
I'm making a small iPad APP using the SplitViewController and I want to call a method from the MasterViewController on the DetailViewController but the method doesn't show up when I write the ...
0
votes
0answers
25 views
UISplitViewController and CoreData
I am working on a project that uses CoreData one-to-many relationship between folder and files. To show this I am using UISplitViewController, Folders are shown on MasterView and on click of each ...
-1
votes
1answer
60 views
Warning: Attempt to present UIViewController on UISplitViewController which is already presenting UIViewController [closed]
So I am getting the Error: Warning: Attempt to present UIViewController on UISplitViewController which is already presenting UIViewController
I am using a split view controller and presenting a view ...
0
votes
0answers
12 views
how to set popover view's detail view to the split view's detail view?
I am developing a universal app. In the iphone version of the program there are 3 tabs, each tabs are table view controllers, they have cells and each cells has detail views. The detail views are ...
0
votes
1answer
39 views
Calling a Function in MasterView after dismissing the ModalView in ipad
I am using Master-Detail template for ipad. I have a ViewController, which I want to show modally so I have used this code
AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] ...
0
votes
1answer
76 views
iPad UISplitViewController Phantom Master View Controller
Looking for a solution to an autorotation issue using UISplitViewController. The steps to re-create are:
Using Xcode 4.5+ and the iOS6+ SDK, create a new project using the "Master-Detail ...
0
votes
2answers
60 views
UISearchBar does not get focus on iPad split view
this is my first question on Stackoverflow. I have used SO extensively while coding an universal iOS App.
I've hit a dead end with an issue about a UISearchBar:
I have an universal app, with a ...
0
votes
0answers
44 views
Quiz app using Split View Controller (IOS)
I am developing a quiz app for iPads. I have designed the interface using Storyboard, specifically using "Split View Controller".
How the app is supposed to work:
Left view will have serial number ...
0
votes
0answers
24 views
Reuse DetailViewController barButtonItem setter in several SplitViews
The video with the problem: http://vimeo.com/65453825 (will be ready in 44 minutes from now)
I have a TabBarController and on each tab I gave a SplitView (storyboard attached).
I have created custom ...
0
votes
0answers
68 views
Make hide/unhide master view controller work in landscape the same as portrait
I am using a split view controller in a simple app. Leaving everything as default works fine. In other words, the master view controller always shows in landscape and overlays the detail view ...
0
votes
3answers
58 views
BarButtonItem not displayed when views of uisplitviewcontroller changed
My app works with tabbarcontroller as root view of the window, where on clicking each tab item loads splitviewcontroller with required views for it. The left and right panes of split views are ...
4
votes
1answer
56 views
SplitViewController BUG?
I set up a very simple iOS splitView Controller project that has a very weird bug. If you start the app in landscape mode, click on a button to open another view, rotate to portrait, and then return ...
1
vote
1answer
84 views
Is there a way to programmatically force a horizontal split view in Cocoa?
I am writing an iPad app in XCode 4 and would like to create a UISplitViewController instance that displays its viewController references horizontally on the screen. I have been referring to the XCode ...
1
vote
1answer
145 views
UISplitViewController Hide/Unhide MasterView In Storyboard
I have a simple iPad app with MasterviewController with a tableview and and a DetailViewController containing a UIWebView. Then i dragged and dropped a SplitViewController in my Storyboard, connected ...
0
votes
0answers
20 views
Update MasterView in MGSPlitViewController
I am using the MGSPlitViewController class and have just one question.
I have added a variable name to the master view. I want to be able to click a button on the Detail view, and set the value for ...
0
votes
0answers
64 views
how to show multiple view controllers in a single view controller in ipad
I am new to iPad environment. I want to show uitableview and its corresponding ViewControllers by calling the uitableview Controller delegate method didSelectRowAtIndexPath both are shown in ...
0
votes
1answer
148 views
iOS 6 - UIImagePickerController and orientation on iPad
I am facing difficulties with the use of UIImagePickerController on iPad, let me first give you some background.
The iPad version of my app supports any orientation and uses a UISplitViewController, ...
0
votes
0answers
59 views
Hide MasterView - UISplitViewController with UITabController and UITableView
I have a split view controller that contains a tab controller that contains a table view in each of its tab items - all on the "master side". The table view gives a list of items that the user can ...
1
vote
1answer
75 views
Apple's point of view on UIScrollViewController?
I am trying to have an application that occasionally uses a UISplitViewController for some editing and other operations. I figured out that I am not allowed to push/modal SplitViewController on a ...
0
votes
0answers
24 views
Detailed view's frame change when i set a uiviewcontroller as the detailed view
Im doing a splitview app . The thing is like this the first button loads a uinavigation controller to the detailed view ,all the other button loads a uiviewcontroller to the detailed view . The bug ...
0
votes
1answer
48 views
SplitView - iPad
I am implementing a split view controller programmatically for iPad.
This is the code I am using in didFinishLaunching:
self.window = [[UIWindow alloc]initWithFrame:[[UIScreen mainScreen] bounds]];
...
1
vote
2answers
52 views
push another view from detail View
I have a big problem: on method didSelectRowAtIndexPath I always get null to self.navigationController.I have a project based on SplitViewController, and I want to push another view when a row are ...
0
votes
0answers
68 views
ios- didSelectRowAtIndexPath generates EXC BAD ACCESS Code 2 error
i am new to ios and i wish to do the following:
-a splitview controller as shown in image below:
Now on click of the call of below table on left-side(the grey and white table below the black ...
0
votes
1answer
135 views
UISplitViewController: Programmatically Making Popover Controller Access Button Appear on Detail View
I don't know how to ask this more precisely. I have a master/detail and am creating the whole thing programmatically. I subclasses UISplitViewController and populated it with the two controllers, and ...
0
votes
0answers
20 views
Two MasterViewControlllers using one UITabController in SplitView,
I have followed something like in this link,
http://www.scienceathand.com/idevblogaday/adventures-in-uisplitviewcontroller-2/
Please go through it.
And here is the StoryBoard ,
whenever I ...
0
votes
0answers
32 views
IOS determine the UISplitViewControllers child-viewcontroller's sizing during initialisation of the view?
So, the problem is that while loading the views (which i create programmatically) in the splitviewcontroller, the width and height of my childviews are faulty.
Currently i have all my initialisation ...
1
vote
1answer
120 views
Master detail uisplitViewController and UINavigationController view
I try to push from a detail view to an other view. I have a tableView in a detailView "ConRDPDetailViewController" and I will like that when I click on a row, that push the new view ...
1
vote
1answer
59 views
UITableViewCell with a custom selectedBackgroundView that is wider than the master view controller on a UISplitViewController
I have an iPad app with an UISplitViewController always displayed on the landscape. Its master controller is a UITableViewController.
I want to have the selectedBackgroundView for the cells on this ...
0
votes
2answers
85 views
how to set the nib name of a view controller in interfacebuilder
I'm using multiple views in my project and I need to navigate from one another and I dont know how to do that when I googled I got some answer based on the nib names now I'm more confused How can I ...
0
votes
0answers
25 views
dissmiss popover when using split view on ipad
How do I dismiss the master view (popover on the detailview) when a button is clicked on the main split view? I have tried the following code in tableviews didSelectRowAtIndexPath but it doesn't work.
...
1
vote
1answer
80 views
UITabBarController.selectedIndex returning wrong value
I have a UITabBarController with two tabs. Each tab has the same UISplitViewController within itself. I want to see the value of selected index of tabbarcontroller to see which splitview is open right ...
1
vote
1answer
74 views
Two UITableView Controllers in SplitViewController in iPad, Delegate
Hi This is my first iPad app and trying to port my iphone app to iPad.
I have followed all the tutorials from http://www.raywenderlich.com/ still having a problem.
Also review this question and ...
1
vote
1answer
41 views
how to present a login, with UISplitViewController?
I'm trying to build a universal iOS app. So, in Xcode I started with a Master-Detail template.
In the iPhone version of this, my first view is a list of items, and I have a "Logout" button in my ...
0
votes
0answers
36 views
Width of TableView in SplitViewController?
So I'm working to convert my iPhone app to universal. For the MasterController in my UISplitViewController which is basically is just the same TableViewController on my App I am trying to add an image ...
1
vote
0answers
27 views
How to get more than one DetailViewController in SplitViewController?
I have an SplitViewController , Which has 3 listed in master View such as ,
1) Enquiry Form,
2) retrival
3) Home.
Here when ever I click on one of it , I need to get the related view to be appear .
...



