With all the reports of how much iOS6 maps are worse than they were on iOS5, I though I’d share my experience with the new version, based on my usage from the last few days.
State of the art state machine
- January 28, 2012
- by Thomas
- Programming
Almost two years ago, I wrote about organization and architecure of my Xcode projects. As all, I also envolved a lot during these few years. If nothing else, I released my first shareware application and I learned a lot from it. In this post, I’ll describe some of the changes to how I architecture my applications.
iPhone like toggle layer
- December 11, 2009
- by Thomas
- Programming
In a project I work on a need arose to have iPhone like on/off switch including the animation. Since I already use Core Animation for other purposes, a custom layer was immediate choice. I was bit surprised by not being able to find an example on internet, so I rolled out my own. In this post I’ll demonstrate the implementation I chose.