Can I perform animations on a UIControl subclass with iPhone SDK 3.x?

Posted by Elon on Stack Overflow See other posts from Stack Overflow or by Elon
Published on 2010-05-04T17:27:23Z Indexed on 2010/05/04 17:28 UTC
Read the original article Hit count: 392

I have a custom UIControl that passes UIControlEventValueChanged events back to my ViewController. I also need to animate it (basic resizing) in certain circumstances, but UIControl seems to have no implementation of beginAnimations or commitAnimations. Do I have to encase it in a UIView? Any better solution? Thanks.

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about uicontrol