Image Cropping API for iOS

后端 未结 4 1371
一向
一向 2020-12-05 02:54

Is there any cropping image API for objective C that crops images dynamically in Xcode project? Please provide some tricks or techniques how could I crop camera images in iP

4条回答
  •  渐次进展
    2020-12-05 03:23

    Xcode 5, iOS 7, and 4-inch screen example: Here is an open source example of a SimpleImageCropEditor (Project Zip and Source Code Example. You can load the Image Crop Editor as a Modal View Controller and reuse. Look at the code and please leave constructive comments concerning if this example code answers the question "Image Cropping API for iOS".

    Demonstrates, is example source Objective-C code, use of UIImagePickerController, @protocol, UIActionSheet, UIScrollView, UINavigationController, MFMailComposeViewController, and UIGestureRecognizer.

提交回复
热议问题