ELCImageGrabber

November 29th, 2011 Posted by: - posted under:Articles - 4 Comments

As I was working on the , bringing it up to speed for iOS 5, I needed to get some images inside my iOS simulator. I did some googling and came up with the handy method of dragging and dropping images onto the simulator and using Safari to save them to a photo album. This is all well and good for four or five photos, but it starts to really slow down after that. Also, if you ever run …

READ MORE

Update #2: ELCImagePickerController

October 18th, 2011 Posted by: - posted under:Articles » Featured - 5 Comments

Welcome back to another update to the . If you’re not familiar with this class I’d suggest you check out the following posts:
Cloning UIImagePickerController using the Assets Library Framework
Update: ELCImagePickerController
A lot has happened in the iOS world since the creation of this code. With the advent of every new version of iOS there are always exciting new features and bug fixes. Sometimes subtle code changes sneak into classes we’ve …

READ MORE