/FDTake

Easily take a photo or video or choose from library

Primary LanguageObjective-C

FDTake Helps you quickly take a picture or video like this:

screenshot

screenshot

Behind the scenes we are doing all of this:

  • See if device has camera
  • Create action sheet with appropriate options ("Take Photo" or "Choose from Library")
  • Localize "Take Photo" and "Choose from Library" into user's language
  • Wait for response
  • Bring up image picker with selected image picking method
  • Get response, extract image from a dictionary
  • Dismiss picker, send image to delegate

Status

  • You can select a photo or video, from iPhone and iPad
  • Supported languages:
    • English
    • Chinese
    • Turkish (thanks Suleyman Melikoglu)
    • Please help translate FDTake.strings for more languages
  • Works on iOS 4 or above, but requires ARC