views:

187

answers:

1

I have been browsing SO and various other sites to find out whether this is possible, it definitely seems to be!

The problem I have is every "tutorial" seems to state that the UIButton needs to be inside a UIView of some kind and I can't quite figure out how to get the XIB together to allow the animation.

Any and all help would be greatly appreciated!

+2  A: 

just place a button in another view, the animate it's position. see examples in here: http://github.com/neror/ftutils

Reflog
Thank you, very helpful!
Neurofluxation