Archive

Archive for October, 2011

SSPhotoCropperViewController: A custom ViewController that provides UI for cropping photos in iOS apps

October 17th, 2011 Ahmet Ardal 10 comments

We all sometimes do something with photos in our apps. And apps that deal with photos in some way, whether it be editing, stylishing or sharing them, are becoming more and more popular every day.

In one of my apps I was recently working on, I needed a simple UI to crop a picture into a square shape. So I wrote SSPhotoCropperViewController. It’s a custom view controller that provides a simple, configurable and easy-to-use UI for cropping and scaling photos in iPhone & iPod Touch apps.

 

Add SSPhotoCropperViewController to Your Project

Read more…

GANHelpers: A helper class for using Google Analytics in iOS apps

October 16th, 2011 Ahmet Ardal No comments

Google Analytics is a full-featured, enterprise-class web analytics service from Google for tracking web and mobile application usage statistics. It’s a good idea to track how your customers use your app. There are many benefits of knowing how your app is actually being used. You can optimize some parts of your application, make decisions on adding, dropping or improving a feature or make modifications in UI to improve the usability of your app. You don’t want to work on a feature that nobody actually uses, right?

 

Google Analytics

Google Analytics

Read more…