Skip to content

simple API client upload image to picpx.com written in Objective-C

License

Notifications You must be signed in to change notification settings

deepdevelop/DDPicUploader

Repository files navigation

DDPicUploader

DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.

Installation

CocoaPods

pod 'DDPicUploader'

Source File

You can copy all the files under the DDPicUploader folder into your project.

iOS 9

You need add exception domains in your plist file

picpx.com
v0.api.upyun.com

Usage

[[DDPicClient sharedClient] upload:image
						 imageName:@"screencapture.png"
						completion:^(NSError *error, NSDictionary *result) {
        				}];

Dependency

  • AFNetworking

Author

Liu Yi, 61upup@gmail.com

License

DDPicUploader is available under the MIT license. See the LICENSE file for more info.

About

simple API client upload image to picpx.com written in Objective-C

Resources

License

Stars

Watchers

Forks

Packages

No packages published