MadMaxAPP
MadMaxAPP

Reputation: 1075

Animate image like deleting Apps from iPad/iPhone

I have a ScrollView with several UIButtons (custom type). The UIButtons are shown as Images. I made it to subclass UIButton to shoot an event if the user taps on a button for a long time (approx. 3 seconds).

If a user tap's one of the subclassed UIButtons i thought about animating the selected UIButton the way the apps are animated if you want to delete them.

I have nearly no experiance with animations. Is there something somebody can point me to? All i've found was transitions, but thats not what i need.

Upvotes: 2

Views: 3289

Answers (1)

CodaFi
CodaFi

Reputation: 43330

(Ill rephrase) On SO, there are quite a few questions to answer this. One of then is this link How do you make images wobble like on the iPhone home screen?

Upvotes: 2

Related Questions