Re: Storyboard SplitViewController example

2011-12-28 Thread Matt Neuburg
On Dec 28, 2011, at 5:46 AM, Roland King wrote: > What you can't do is storyboard the embedded viewcontrollers into it, you > have to add them in code on creation. You can however set up those embedded > view controllers in the same storyboard as standalone headless unconnected > entities and

Re: Storyboard SplitViewController example

2011-12-28 Thread Roland King
On Dec 28, 2011, at 1:37 AM, Matt Neuburg wrote: > On Mon, 26 Dec 2011 09:07:33 +0800, Roland King said: >> >> I'll put one vote in defence of StoryBoards > > I'm not saying they're completely bad; I do use them, especially for table > view cells. But I think the overall design is just not fi

Re: Storyboard SplitViewController example

2011-12-27 Thread Matt Neuburg
On Mon, 26 Dec 2011 09:07:33 +0800, Roland King said: > > I'll put one vote in defence of StoryBoards I'm not saying they're completely bad; I do use them, especially for table view cells. But I think the overall design is just not finished; they should have spent less time coding and more tim

Re: Storyboard SplitViewController example

2011-12-25 Thread Roland King
On Dec 26, 2011, at 4:18 AM, Matt Neuburg wrote: > > I'd avoid storyboards if I were you; they actually just make your life more > complicated. And I'd avoid UISplitViewController! They are poorly written and > rather inflexible. On iOS 5 if you want to split the view into two, you can > easi

Re: Storyboard SplitViewController example

2011-12-25 Thread Matt Neuburg
On Dec 25, 2011, at 12:00 PM, cocoa-dev-requ...@lists.apple.com wrote: > I am very new to Xcode and iPad development. I am trying to do the following: > > I have an initial NavigationController and ViewController. I am trying to go > from a button on the ViewController to a SplitViewController

Re: Storyboard SplitViewController example

2011-12-25 Thread Steve Christensen
On Dec 24, 2011, at 7:13 PM, Jamie Daniel wrote: > I am very new to Xcode and iPad development. I am trying to do the following: > > I have an initial NavigationController and ViewController. I am trying to go > from a button on the ViewController to a SplitViewController using > Storyboards bu

Storyboard SplitViewController example

2011-12-24 Thread Jamie Daniel
I am very new to Xcode and iPad development. I am trying to do the following: I have an initial NavigationController and ViewController. I am trying to go from a button on the ViewController to a SplitViewController using Storyboards but I can't seem to get it to work. Does anyone have an exampl