Reputation: 577
I am getting this warning when compiling the code, setAllowsImageEditing is deprecated. Any help pls.
self.imagePicker.allowsImageEditing = YES;
Upvotes: 0
Views: 1760
Reputation: 36447
'Picker.allowsImageEditing' is deprecated from iOS 3.1. Use 'Picker.allowsEditing' instead.
Upvotes: 0