Re: UIImageView and UIViewContentModeBottomLeft
Re: UIImageView and UIViewContentModeBottomLeft
- Subject: Re: UIImageView and UIViewContentModeBottomLeft
- From: David Duncan <email@hidden>
- Date: Wed, 4 Aug 2010 09:43:18 -0700
On Aug 4, 2010, at 2:31 AM, sebi wrote:
> why is it that when I set the content mode of an UIImageView to UIViewContentModeBottomLeft I cant change it's size anymore?
You can (and are) changing its size. However, if the content mode is not one of the resize modes, then the image is always draw at its full size. A UIView (really the CALayer owned by the view) can and will display content larger than its bounds if given to it.
--
David Duncan
_______________________________________________
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