PDA

View Full Version : rotating background




jagatnibas
May 11, 2009, 01:04 AM
Hi All,

I am required to show a clickable button with a rotating animation as background. Whats the best way to acomplish that ?

regards
Jagat



jnic
May 11, 2009, 04:17 AM
UIButton Class Reference (https://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIButton_Class/UIButton/UIButton.html): addTarget:action:forControlEvents: (UIControl (http://developer.apple.com/iphone/library/documentation/uikit/reference/UIControl_Class/Reference/Reference.html))
UIImageView Class Reference (https://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIImageView_Class/Reference/Reference.html): animationImages, startAnimating.