You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crash that could happen if animation was running on dealloc'ed button
merge pull request from ehlersd, content inset support in the button.
Changed all timing functions to kCAMediaTimingFunctionDefault instead of the linear or easeInOut I was using. In iOS7, the button transition and highlight/unhighlight animations are now using the more natural spring animation used throughout the OS.