Skip to content

Easily take a photo or video or choose from library

License

Notifications You must be signed in to change notification settings

Discovery-Software/FDTake

 
 

Repository files navigation

FDTake

CI Status Version License Platform

FDTake helps you quickly have the user take or choose an existing photo or video.

screenshot

Usage

To use it, add an FDTake to your view and call

- (void)takePhotoOrChooseFromLibrary

then implement FDTakeDelegate to receive the photo with

- (void)takeController:(FDTakeController *)controller 
              gotPhoto:(UIImage *)photo 
              withInfo:(NSDictionary *)info`

Other available options are documented at CocoaDocs for FDTake.

How it works

  1. See if device has camera
  2. Create action sheet with appropriate options ("Take Photo" or "Choose from Library"), as available
  3. Localize "Take Photo" and "Choose from Library" into user's language
  4. Wait for response
  5. Bring up image picker with selected image picking method
  6. Default to selfie mode if so configured
  7. Get response, extract image from a dictionary
  8. Dismiss picker, send image to delegate

Support

  • Supports iPhones, iPods and iPads
  • Supported languages:
    • English
    • Chinese Simplified
    • Turkish (thanks Suleyman Melikoglu)
    • French (thanks Guillaume Algis)
    • Dutch (thanks Mathijs Kadijk)
    • Chinese Traditional (thanks Qing Ao)
    • German (thanks Lars Häuser)
    • Russian (thanks Alexander Zubkov)
    • Norwegian (thanks Sindre Sorhus)
    • Arabic (thanks HadiIOS)
    • Polish (thanks Jacek Kwiecień)
    • Spanish (thanks David Jorge)
    • Hebrew (thanks Asaf Siman-Tov)
    • Danish (thanks kaspernissen)
    • Sweedish (thanks Paul Peelen)
    • Portugese (thanks Natan Rolnik)
    • Greek (thanks Konstantinos)
    • Italian (thanks Giuseppe Filograno)
    • Please help translate FDTake.strings to more languages
  • Supports ARC and iOS 5+
  • Includes unit tests which run successfully using Travis CI.

Installation

  1. Add pod 'FDTake' to your Podfile
  2. The the API documentation under "Class Reference" at http://cocoadocs.org/docsets/FDTake/
  3. Please add your project to "I USE THIS" at https://www.cocoacontrols.com/controls/fdtake if you support this project

About

Easily take a photo or video or choose from library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.6%
  • Ruby 2.4%