The uisplitview tag has no wiki summary.
0
votes
0answers
18 views
Changing the color of uisplitview headers
Im trying to find a way to change the color of the group header in the uisplitview. Not really finidng an easy method to this. and you can change a uisplitview color to pink so there should be a way ...
0
votes
0answers
123 views
UISplitView with Storyboard ios 6 multiple detail and master view issue
I have a problem, and I did not find any solution yet. Here is my description:
I want to make a Master-Detail application with storyboard. There is more master view with custom segues and more detial ...
0
votes
0answers
82 views
Problems with a UICollectionView as the first viewController of UISplitView
Hi all iOS developers :)
First of all some important things. I'm using autolayout, and loading the UICollectionViewCell subclasses from a nib file. I don't change the size of cells or do some dirty ...
0
votes
1answer
139 views
How to get master view controller in detail view controller with UISplitViewController?
I have a UISplitViewController with master controller and detail controller:
MyMasterController *masterViewController = [[[MyMasterController alloc] initWithDirectory:directoryElement] ...
0
votes
1answer
189 views
Connecting Master View and Detail View in UISplitView
I'm having trouble getting my split view app working correctly. I'm not able to get anything to show up in the detail view when a row in the master view is tapped. Here is what I have right now. ...
0
votes
0answers
33 views
undocumented and unwanted UISplitView behavior
I am working on an iPad App that is using the split view. The master and detail views themselves are transparent, while the splitview displays a image.
I created a dummy based on the master detail ...
0
votes
2answers
69 views
UISplitview with UITabBar behavior
I have moved from UITabBar to split view on my iPad application.
The view controllers are sent by the master to the detail which puts them into a UINavigationController.
// Detail manager called ...
1
vote
0answers
206 views
iOS ipad splitview master button with icon
Starting from the spliview master/detail example I found in the SDK, I end up having an iPad app that has a master on the left hand side in landscape, whereas in portrait a button called "Master" ...
0
votes
0answers
127 views
Splitview Controller with navigation controller on DetailView [Self-Solved]
I am writing a UISplitview iPad recently. On my MasterView side contains a UITableView to populate a list of person name. On DetailView side is a UIView with UITableView controller and it will ...
1
vote
0answers
85 views
Split View Controller without nib/xib files
I have a class of NSObject through which i'm trying to add a SplitViewController. I have two files named as "Master" and "Detail" but without xib's. I want to create a split view controller using ...
1
vote
0answers
128 views
Popover not displaying correctly
I'm following a demo about hiding the left side of a Split View when the iPad is in Portrait, and then showing it as a Popover when a button placed in a toolbar is pressed. I followed everything ...
0
votes
0answers
56 views
iPad , uisplitviewcontroller get data from detail to master
i create one uisplitviewcontroller i want sending the data from uiviewcontroler in detail to master uiviewcontroler whitout changing the view or hidding view
i try this code
Home ...
0
votes
0answers
28 views
Prevent UISplitView from blocking touches on UITabbar when detail view is visible
I have a UISplitview as one of the controllers of a UITabbar. This works great except that when the detail view is visible, two taps are required on the tab bar to change views. Is there any way to ...
0
votes
0answers
37 views
Having trouble with UITableView showing bar above loaded table
I have a split view iOS app that is showing a bar above my tableviewcontroller where typically I have my tableContoller's navigation bar. I have two buttons in this bar and I can't see them now. Any ...
0
votes
0answers
52 views
UISplitView appears in Portrait but the app is in Landscape
I have a ViewController as my RootViewController. Then when I click on a button, I replace the rootViewController with a UISplitView.
My Problem is that my application is in Landscape but when I ...
0
votes
1answer
239 views
load and hide master view in USplitView iOS 5.1
I am googling from a long time, but not get the solution, In iOS 5.1 Master View Comes on right swipe, and disappear on left swipe.
I wants load master view on button click of Detail view, How it is ...
0
votes
0answers
106 views
SimpleSplitView scroll function doesn't work
In this example the scroll function doesn't work on a device, and I don't know why :
0
votes
1answer
141 views
reload MasterView in UISplitView iphone
I am working on UISplitView , I have a button in detailViewController I wants on a button click. show the MasterViewController and reload the table data of MasterViewController.
how it is possible, ...
0
votes
2answers
73 views
add subView in master view on UISplitView
I wants to add a subview (like google paging) in masterView of UISplitView, I simply add a subview but the subview also scroll with masterView tableView, how i fix that subView not scroll with ...
0
votes
0answers
23 views
Loading View to entire SplitView Window
Is there a way to add a Loading View(i.e. one which has the UIActivityIndicator and the Loading... Text) to the entire window of a UISplitView window?
0
votes
0answers
33 views
How do I get the name of the navigation bar in an iOS UISplitViewApplication that uses xib files
I have an iPad application I am building. This is a Split View application with tabs on the bottom. I want to get access to the navigation bar that is rendered on top of the screen when the user ...
0
votes
0answers
99 views
display documents(pdf,word,XL) on iPad in read-only mode
In my app,when the user selects a document name(that is,clicks on a row with the document's name on it),I need to display that document in read-only mode. I am new to iOS development and not sure if I ...
0
votes
0answers
98 views
UISplitViewController with header
I need to add UIScrollView in the top of UISplitViewController's view (so it will be common for all split views in this controller). At first I though about [self.mySplitViewController.view ...
0
votes
1answer
269 views
iOS page transition with UISplitViewController
I wanna animate page transitions in a UISplitView. The code I am using is...
NSUInteger row = indexPath.row;
UIViewController <SubstitutableDetailViewController> *detailViewController = ...
0
votes
1answer
91 views
How to select single control in UITableView in iOS ipad aap?
I'm very new to iOS development. I have created an split view project using project wizard for my ipad application.Now the problem that i'm facing is that, i want to add three buttons in a cell and ...
0
votes
0answers
30 views
UIsplitview not releaseing subviews when asked to do so nicely
I working on a program that uses a splitview. So let me try to explain the interface.
LEts say on the first uitableview we have two rows "Dogs and Cats"
When i touch dogs a new tableview comes up ...
0
votes
0answers
205 views
UISplitViewController inside a UITabBarController
I have inserted the UISplitViewController inside a UITabBarController and made UITabBarController as the Root Controller. as follows
NSMutableArray *controllers = [NSMutableArray ...
0
votes
0answers
66 views
iPad pushing a split view in navigator-based application
I had read a lot of post from the web, but I still cannot find out how can I make this out. Please help me in detail.
I need to make a split-view inside a navigation because I need to make a login ...
0
votes
1answer
87 views
Calling a second uitableview from a uisplitview
Im new to IOS programming but doing a bit for practice.
I've created this uisplit view fixed my cells up etc...etc...
but what im trying to do is drill down to a my second uitable of the splitview.
...
0
votes
1answer
96 views
UInavigation button style
Im working on a UINavigation controller on the iphone...when u click it it pushes a new view...Exactly like your settings on the iphone.
The problem is...althought i have done this i cant make it ...
0
votes
2answers
367 views
IPad Split View Implement in Another View
I am creating a iPad App and it has several views to load data,but for one view i need to add split view. I dont need split views in other views. They are just detail pages. I search Through the net ...
0
votes
0answers
112 views
UISplitViewController not appearing
Has anyone come across this, I have a universal app, iPhone app works perfectly well now I am working on the iPad storyboard
I drag in a UISplitView Controller, set the Master View to my existing ...
0
votes
1answer
183 views
iPad landscape single navigation bar
another crazy question for yas
My app in iPad mode and landscape calls for a single navigation bar its proving troublesome
The idea is that in landscape there wouldnt be 2 separate nav bars for ...
1
vote
1answer
120 views
reload tableview in masterviewcontroller when make changes in detailsviewcontroller
I'm playing with split view and want to reload the table in master view when I make some changes in detail view.
I do a callback to masterview to reload data:
in detailview:
- (void) doneEditSite {
...
2
votes
2answers
516 views
How to make multiple rows selection in UITableView subview of UISplitView?
I want to make multiple rows selection in uitableview(uipopover view) which is subview of UISplitview. The selected rows info should be displayed in Lable in detail pane of splitview.
I have managed ...
0
votes
1answer
115 views
Alternative to UISplitViewController without need for it to be rootViewController
I was wondering, I need some simple feature like a UISplitViewController where i have a master-detail navigation. I can't use a UISplitViewController as it requires to be associated as root view ...
0
votes
0answers
193 views
UIWebView doesn't resize webpage in splitview detailController
I'm developing a universal iOS app for iPhone and iPad. I'm having some trouble with the splitview in the iPad app. In the detailController there's a UIWebView where I load a webpage that should ...
0
votes
0answers
811 views
Setting different ViewController as UISplitViewController delegate in UISplitViewController with two UINavigationControllers
I am creating an app which uses UISplitViewController when it is lunched on iPad device.
The UISplitViewController has two navigation controller as viewControllers. In the first lunch of the app I ...
0
votes
1answer
245 views
adding a view to UISplitViewController in Storyboard, Xcode
in my application i have a UISplitView, but before this gets loaded I need to display a page where the user enters some details and then clicks okay to display the spitView. I have tried dragging a ...
0
votes
1answer
190 views
Refreshing master window in a splitview app (Titanium)
i am doing a Splitview App for Ipad, i have to refresh my tableview (that is in my master _window) each time the user clicks on a button (this button is in the master_window but on another javascprit ...
0
votes
1answer
300 views
SplitView how to change the min-width before split
SplitView works well with jQuery Mobile. But apparently adapted to iPad.
Actually, I'm working on a 7 inch tab and I would like the splitview to display starting about 300px.
I tried to change the ...
0
votes
1answer
189 views
detailView issue in split view masterView
I dont know if this is a common or a newbie issue but my detail view wont change when the row is selected unless I reassign what the detailItem is. I wonder how to fix this problem.
Thanks in ...
1
vote
4answers
4k views
How to create a sidebar in jQuery Mobile Websites?
I want to simply create a sidebar like the one on the jQuery Mobile Demo Docs here.
I have read this question and didn't quite understand on how to implement it.
The point is, I'm making a website ...
1
vote
2answers
5k views
xcode ios 5 Master-Detail Application with Storyboard
I have one question about Master-Detail Application.
It's possible to add in storyboard a second and third DetailView?
I will that when i click in the tableview on the first button he show me ...
2
votes
2answers
194 views
Develop iPad Version or iPhone Version first?
I have just finished developing an iPhone app and now I wish to make it a Universal App. I'm having issues incorporating a UISplitView into my current code to accommodate multiple detail views. I ...
1
vote
0answers
187 views
UISplitview Initial state within tabbarcontroller in portrait
I have a similar problem as stated in this thread: iPad UISplitView initial state in portrait: how to display popover controller widget?
The issue is that when my app starts in portrait mode the ...
1
vote
1answer
142 views
How to shrink a UISplitView
I've seen apps that place a colorful border or image around split view controls. To me, it looks like these apps add an image to the window, and then resize the split to be slight smaller then the ...
1
vote
1answer
825 views
Reduce size of TableView in UITableViewController
I'm showing a splitview within a tabbar app. In every split view, master is a UITableViewController (with Freeform size). My Custom tabBar is 1024 x 80 px (always landscape mode), and I'd like to ...
0
votes
1answer
134 views
UISplitview not alligned at the top
I have a problem I can't figure out, I have made an application which uses UIsplitview inside a tab bar. I have been implementing the different tabs however now when I am working on the first tab - ...
0
votes
1answer
2k views
Push a view controller from root to detail view controller (SplitView)
My splitview contains UITable (Masterview) and tabbar with navigationcontroller on each tabbaritem (Detailview). What I want to have is when I click on tablerow in Masterview, it will push a new view ...