| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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) {
}];
Liu Yi, 61upup@gmail.com
DDPicUploader is available under the MIT license. See the LICENSE file for more info.
| Back | FazBrowse Home | New Git URL |