Tagged Questions
0
votes
1answer
161 views
iOS Master Detail app - detail shows only the first time
I have lots of rows in the Master, the first time I click a row, the content is displayed in Details. I go back, choose a new row, or the same row, it displays "Detail view content goes here" in ...
1
vote
1answer
268 views
iOS - how can storyboard handle two segues for a table cell?
First of all, huge learning curve with this stuff, so if I'm asking stupid questions, please excuse.
I'd like a master/detail kind of UI, but with the option of going to a different detail page ...
0
votes
1answer
206 views
bug using uisplitviewcontroller in a uitabcontroller in ipad interface
I am a new IOS developer working on my first app. I'm quite a way in to it, and have managed to get pretty much everything working how I want, but I'm chasing an odd bug.
Here's the basic app design ...
0
votes
1answer
157 views
Disabling the detail view controller in a split view controller on the iPad in iOS 5
I have a split view controller in my iPad app. It has a list of Tenants for a mall on the left side and detailed information about the selected tenant on the right.
When you press the edit button on ...
2
votes
1answer
758 views
Master Table Application
I am using a basic iPad Master Table Application that uses portrait orientation only. I wish to stop the masterviewcontroller from appearing when you swipe right (making accessible by only the ...
0
votes
0answers
292 views
iOS 5 Master-Detail Template Bug? App Has Negative Bottom Content Inset after Portait-to-Landscape Device Rotation with Keyboard Open
Here's how to reproduce this strange behavior in Xcode 4.2.1:
(1) Create a new iPad application for iOS 5 using the built-in Master-Detail Template. Make sure "using ARC" and "Use storyboard" are ...
