ca-archived / iOS-NBUImagePicker

Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
http://cyberagent.github.io/iOS-NBUImagePicker
Apache License 2.0
193 stars 48 forks source link

Fix the missing `autoAdjustmentFilters` in iOS 9 #17

Closed bcylin closed 9 years ago

bcylin commented 9 years ago

It is only available in iOS 5.0 through iOS 8.4 according to #15. I just replace it with autoAdjustmentFiltersWithOptions: to build with iOS 9 SDK

I leave out other diffs made by running pod install to simplify this modification. Please have a look, thanks.

rivera-ernesto commented 9 years ago

Looks good to me. Thanks!