开发者

setAllowsImageEditing is deprecated?

I am getting this warning when compiling the code, setAllowsImage开发者_运维知识库Editing is deprecated. Any help pls.

self.imagePicker.allowsImageEditing = YES;


Use allowsEditing property instead.


'Picker.allowsImageEditing' is deprecated from iOS 3.1. Use 'Picker.allowsEditing' instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜