Questions tagged [uisplitview]

DO NOT USE. Use the uisplitviewcontroller tag instead.

101 questions
0
votes
1 answer

The initial UICollectionView page is the second page instead of first page

I have a UISplitView like design (not really UISplitView, I used View container to mimic it). The left side container has a table view and right side container has a collection view. If I click the tableview cell in the left container, the right…
user890207
  • 369
  • 1
  • 4
  • 14
0
votes
1 answer

iAd rotation issue with UISplitView

I was testing the SplitNavigationBanner example in iAdSuite and noticed something strange. If I had the iPad in portrait and tapped an ad it would load the ad fullscreen in landscape. When dismissing it and rotating it to portrait I end up with…
BytesGuy
  • 3,932
  • 6
  • 33
  • 52
0
votes
0 answers

Split View Controller not root controller

I have been working on a method of converting an existing iPhone app to an iPad app. Amongst the various challenges that come with this I am trying to display a UISplitViewController in the app to display a Master - Detail arrangement that exists in…
Craig Moore
  • 1,061
  • 1
  • 6
  • 14
0
votes
1 answer

iPad master detail storyboard setup without uiSplitView

I like the default iPad Madter-Detail app in portrait mode (with popoverView) but not in landscape (with splitView). What's the best way to setup an app so that it have the standard master-detail popoverView appearance even in landscape. When I…
honkskillet
  • 2,374
  • 1
  • 27
  • 41
0
votes
1 answer

iOS / Master Detail : how to pop the subdetail view when switching detail from the master controller?

I am still working on my iPad RSS Reader. It consists of 2 Views: the Master view, where one can choose the Feed The Detail View where all the posts of a given Feed appear Whenever touching a Post Cell, I follow a segue which pushes a WebView on…
mirx
  • 148
  • 11
0
votes
1 answer

UISplitView: Dismiss another popover when splitview popover is presented

I have a problem on my iPad application using a UISplitView. Basically, I have another button which toggles a Popover (different from the basic splitview popover). An image might explain my problem better: The problem is only there in Portrait…
Drayae
  • 231
  • 2
  • 10
0
votes
1 answer

Adding Button to Show Master View from Detail View

I am trying to add a button to my navigation bar on my detail view to show the master view when in portrait mode but the button isn't showing up. Can anyone help or offer suggestions? Here is how I was trying to do it in the detail view: -…
raginggoat
  • 3,450
  • 9
  • 42
  • 99
0
votes
1 answer

Error with SplitView

I have an iphone app that I'm trying to make a universal app. I created a separate project to play around with creating a split view app for iPad. I got the basics of it working so I'm trying to implement it in my existing project but I'm getting…
raginggoat
  • 3,450
  • 9
  • 42
  • 99
0
votes
1 answer

iOS 1Password like navigation

I'm trying to figure out how to implement a navigation bar like in the 1Password iPad app https://www.dropbox.com/s/t0gfdwvmji48wor/1password_navi.png I implemented a UISplitView but I'm not sure how to bring in my custom navigation bar.
0
votes
0 answers

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 to make both colors match righT?. would like some…
kemnet
  • 73
  • 2
  • 11
0
votes
2 answers

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 when a cell is selected on the…
0
votes
1 answer

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 possible? below code is worked for me, Master view…
QueueOverFlow
  • 1,316
  • 4
  • 27
  • 46
0
votes
1 answer

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, please provide me help thanks
QueueOverFlow
  • 1,316
  • 4
  • 27
  • 46
0
votes
2 answers

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 tableView? May be I am going in wrong track, please…
QueueOverFlow
  • 1,316
  • 4
  • 27
  • 46
0
votes
0 answers

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 addSubview:self.myScrollView]. But may be it exists better…
Inspiration
  • 65
  • 1
  • 8