Giter VIP home page Giter VIP logo

aqphotopicker_cocoapod's Introduction

The AQPhotoPicker Master Repo

This repository contains the public AQPhotoPicker specifications.

Welcome to the AQPhotoPicker!

It's a cool Photo Picker app for iOS (tested on iPhone, not on iPad yet), and quite easy to use. With this control, you can capture photos from iPhone camera or select photos from album by implementing only one callback method.

Requirements

Your iOS project. (Tested on iOS versions 7.0 and 7.1. Should work on previous versions as well)

Note: This is ARC-enabled code. You'll need Xcode 4.2 and OS X 10.6, at least.

Installation

Either clone and copy the following three files in your project:

AQPhotoPickerView.h

AQPhotoPickerView.m

AQPhotoPickerView.xib

Or use CocoaPods.

Usage

Do #import "TTImagePickerView.h" in your own class, and implement the delegate TTImagePickerViewDelegate.

You're all set. Now all you've to do is write this code [AQPhotoPickerView presentInViewController:self]; on the image tap method, or button click, or for whatever event you want photo picker to appear.

And finally implement this delegate to received the photo from PhotoPicker or Camera.

-(void)photoFromImagePickerView:(UIImage*) photo {
    
    [imageViewPic setImage:photo];
}

DONE.

ios photo picker

ios photo picker

ios photo picker, camera

ios Photo picker, camera

License

These specifications and CocoaPods are available under the MIT license.

aqphotopicker_cocoapod's People

Contributors

qaavi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.