Re: rotating UIView without changing size
Re: rotating UIView without changing size
- Subject: Re: rotating UIView without changing size
- From: Matt Neuburg <email@hidden>
- Date: Sat, 18 Aug 2012 10:12:10 -0700
On Sat, 04 Aug 2012 00:39:43 +0700, "Gerriet M. Denkmann" <email@hidden> 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 = email@hidden, <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 (email@hidden)
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:
This email sent to email@hidden