rounak / TwitterBirdAnimation

Replicating Twitter's bird animation that appears when app starts up
476 stars 55 forks source link

CALayer not defined in Xcode 6 Beta 4 #4

Closed haiderghaleb closed 10 years ago

haiderghaleb commented 10 years ago

CALayer not defined in Xcode 6 Beta 4, error "use of module 'CALayer' as a type

haiderghaleb commented 10 years ago

You just need to add on the top "import QuartzCore" it will fix everything