[Beginner's question most likely - apologies in advance!]
I have a Tab Bar Controller, then a Navigation Controller inside, and finally a SCTableViewController. Inside the SCTableViewController I have a SCArrayOfObjectsSection with the Data Definition set to a Class Definition based on a basic class called Company (derived from NSObject, contains a handful of String properties). No customization of the detail view at all.
On an iPad, when I add a new company I see a Page Sheet/Form Sheet:
Screen Shot 2016-03-09 at 10.41.14 PM.png 37.18K
17 downloads
When I edit a company I see a strangely looking Full Screen/Current Context (?) view:
Screen Shot 2016-03-09 at 10.40.42 PM.png 75.41K
21 downloads
How can I chose if I want one or the other, and how do I get the Full Screen one to actually fill the entire width of the screen? Are there any actions I need to use or can I configure this in IB? Or is this the default/expected behavior?
Thank you,
Radu