Core Animation documentation revisited

Updates on Apple documentation: revised Core Animation Programming Guide


            

January brings updated documentation from Apple and I want to share the link to the  completely rewritten Core Animation Programming Guide. The release notes include reference to a “Major revamp, reorganization, and expansion to cover modern Core Animation behavior in iOS and OS X”. Just in time, as some of my projects rely on this. I have to dive a bit deeper to understand the changes and have another posts on these. For now, I will enjoy the reading:

Apple updated documentation. Completely rewritten Core Animation Programming Guide.

Apple updated documentation. Completely rewritten Core Animation Programming Guide.

At a glance, Core Animation documentation is structured on:

This document also provides information about the integration between layers and views for both iOS and OS X. The integration between layers and views is different on iOS and OS X and understanding those differences is important to being able to create efficient animations.

Enjoy

How to use XCode 4 Exception Breakpoints

I will probably write a longer article on exception handling in XCode, for now just a quickie: how to use XCode 4 exception breakpoints, use the breakpoint customization features and get useful information for debugging. Usually when the app is crashing, a lot of cryptical mumbo-jumbo is displayed in the console. You have to dig the […]

How to create hatching in Illustrator

Couple of days ago I need to create a hatched drawing for one of my project plan. Discovered a neat way to create hatching in Illustrator and I thought it might be useful to share. Create a new document, any size. Press “M” to access the Rectangle Tool: Click on the canvas and make a […]

Leave a Reply

Your email address will not be published. Required fields are marked *