DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.
pod 'DDPicUploader'
You can copy all the files under the DDPicUploader
folder into your project.
You need add exception domains in your plist file
picpx.com
v0.api.upyun.com
[[DDPicClient sharedClient] upload:image
imageName:@"screencapture.png"
completion:^(NSError *error, NSDictionary *result) {
}];
- AFNetworking
Liu Yi, [email protected]
DDPicUploader is available under the MIT license. See the LICENSE file for more info.