
Featured
- 
        
No Featured Found!
 
Tags
Crop Image in iOS
                      To crop image in iOS use the following method.
it will crop the image from the visible frame of the imageView.
-(UIImage *)imageFromImageView:(UIImageView *)imageView rectFrame:(CGRect)frame{
    UIGraphicsBeginImageContextWithOptions(frame.... 
                      
        
        