heitorfr / ios-image-editor

iOS View Controller for image cropping. An alternative to the UIImagePickerController editor with extended features.
MIT License
602 stars 129 forks source link

ARC support added #21

Closed nut-code-monkey closed 10 years ago

heitorfr commented 10 years ago

Hi. I ended up refactoring to arc myself but thanks for your work. I don't think it is necessary to keep non-arc code under conditional compilation. Also, passing the editor vc to the doneCallback breaks backward compatibility and seems redundant, since you'll have a reference to the editor in the lexical scope where you define the block. All the best