RE: wacky image stretching on rotation (repost)
RE: wacky image stretching on rotation (repost)
- Subject: RE: wacky image stretching on rotation (repost)
- From: Julius Oklamcak <email@hidden>
- Date: Fri, 06 Jul 2012 07:44:40 -0400
I would suspect that the UIImageView's autoresizingMask might be the culprit
- if it isn't UIViewAutoresizingNone, then the frame may be resizing itself
when rotated. Sometimes it is less trouble to create your own
UITableViewCell subclass and have full control over your subviews instead of
trying to twiddle a standard UITableViewCell to do what you want... :)
> Setting it to UIViewContentModeCenter does allow
> the image to rotate undistorted, but the frame is
> still ridiculously distorted. And look at the massive
> difference in distortion for a tiny difference in angle
> between the top two:
> http://farm8.staticflickr.com/7246/7513766824_c3c47de76b.jpg
_______________________________________________
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