# VPImageCropper **Repository Path**: lulee007/VPImageCropper- ## Basic Information - **Project Name**: VPImageCropper - **Description**: 用户头像裁剪,Image cropper like the one in WeChat Fork from https://github.com/windshg/VPImageCropper - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 2 - **Created**: 2015-08-05 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README #VPImageCropper 用户头像裁剪,Image cropper like the one in WeChat Fork from https://github.com/windshg/VPImageCropper ![Demo演示](http://7xjzst.com1.z0.glb.clouddn.com/pic_33.gif "Demo演示") * 用法: 1. 把目录`VPImageCropper` 和`UserIconChooser` 复制到工程目录。 2. in your controller just add : ```oc @property (nonatomic, strong) UserIconChooser *userIconChooser; self.userIconChooser=[[UserIconChooser alloc]initWith:self And:self.portraitImageView]; //call [self.userIconChooser editPortrait]; ```