On Sat, 04 Aug 2012 00:39:43 +0700, "Gerriet M. Denkmann" 
<gerr...@mdenkmann.de> said:
>If I understand this correctly, I have to do:
>create a view controller for my basicView (currently there is none) and 
>use [ basicViewController addChildViewController: sliderViewController ] and 
>not use [ self addSubview: self.sliderView ];
>
>Anything else I have to do?
>Any sample code, where I could study this? 
>Any documentation I should read (about the containment API)?
>Any WWDC videos I should watch?
>
>The View Controller Programming Guide for iOS says: "The area each view 
>controller fills is determined by its parent." But how?

Sorry to come in so late here, but it happens that the view hierarchy and the 
view controller hierarchy and how they must fit together is one of the things 
that is particularly well explained in my book, and you can even read the 
relevant chapter online:

http://www.apeth.com/iOSBook/ch19.html

m.

--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
Programming iOS 5! http://shop.oreilly.com/product/0636920023562.do
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to