SSPhotoCropperViewController: A custom ViewController that provides UI for cropping photos in iOS apps
October 17th, 2011
13 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
- Grab the source code from GitHub: https://github.com/ardalahmet/SSPhotoCropperViewController
- Copy “SSPhotoCropperDemo/SSPhotoCropper” folder contents into your project folder and add them to your project from Xcode.