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.
Importing data to iOS applications
- May 15, 2012
- by Thomas
- Programming
With todays vibrant world of iOS apps, there are usually many choices within the same category. So it’s easy to switch to another one. But how about the most important part of it: your data? Well, some developers offer a way to export or import, but unless you’re dealing with standard formats, it’s likely you have to enter all your data again. This blog post will look into how you can use your programming skills to import the data from one application to another.
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.