Re: Parent/child view controllers: when shall we use it?

2015-05-04 Thread dangerwillrobinsondanger
Sent from my iPhone > On 2015/05/04, at 21:21, Colas wrote: > > Thanks Roland for your answer. Sorry for the unclarity of my question. > > You completely answered my question. > > I wondered about this point because I come from the OSX development and there > is not (as far as I know) this

Re: Parent/child view controllers: when shall we use it?

2015-05-04 Thread Colas
Thanks Roland for your answer. Sorry for the unclarity of my question. You completely answered my question. I wondered about this point because I come from the OSX development and there is not (as far as I know) this concept of child/parent. Colas Le 1 mai 2015 à 06:47, cocoa-dev-requ...@lists

Re: Parent/child view controllers: when shall we use it?

2015-04-30 Thread Roland King
> On 1 May 2015, at 04:54, Colas B wrote: > > Dear cocoa-dev, > When building a simple UIViewController, do I have to use > addChildViewController: if this VC "owns" other VCs?(By simple VC, I mean I > am not creating MyCustomNavigationController or something like that; just a > "plain old" V

Parent/child view controllers: when shall we use it?

2015-04-30 Thread Colas B
Dear cocoa-dev, When building a simple UIViewController, do I have to use  addChildViewController: if this VC "owns" other VCs?(By simple VC, I mean I am not creating MyCustomNavigationController or something like that; just a "plain old" VC) Imagine for example that I build a view controller (My