Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 521 Bytes

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)