Re: Add a view as observer of a subview transform
Re: Add a view as observer of a subview transform
- Subject: Re: Add a view as observer of a subview transform
- From: David Duncan <email@hidden>
- Date: Sun, 3 Jul 2011 22:27:00 -0700
On Jul 3, 2011, at 9:40 PM, Tales Pinheiro De Andrade wrote:
> I have a view with a subview. The subview is rotated by a drag operation, when I change the subview transform property.
>
> Now I'm trying to set the view as observer of subview transform property, like this:
UIKit doesn't promise that any of the properties it exports are KV observable. I would recommend you use a different method to observe changes in the transform.
--
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