Category Archives: iOS
Capturing tracking statistics from an iPhone application

I wanted to collect usage statistics from the users of my iPhone applications. The information Apple collects about free vs paid downloads is interesting, but a little hard to analyze. I wanted to see how much information I could collect, … Continue reading
Framework for having Multiple Views in an iPhone app

I needed to create an application base with multiple view controllers, and an easy method for switching between them. I came up with a solution that passes messages via the App Delegate, and has a parent View Controller that manages … Continue reading
Posted in iOS, Tutorials, Uncategorized
15 Comments