/UIButton_CoreAnimation

A simple project that animates a UIButton using Core Animation.

Primary LanguageObjective-C

UIButton_CoreAnimation

This is a simple iPhone app that shows you how to animate an image button used in the view controller using core animation in Xcode.

Preview

preview

Requirements

Always remember to add the following frameworks in your project to use core animation

FRAMEWORKS NEEDED:

AVFoundation.framework

QuartzCore.framework

After adding both frameworks don't forget to import the frameworks into the header file (.h file)