开发者

setAllowsImageEditing is deprecated?

开发者 https://www.devze.com 2023-01-23 11:38 出处:网络
I am getting this warning when compiling the code, setAllowsImage开发者_运维知识库Editing 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

精彩评论

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