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 (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