[](https://travis-ci.org/William Entriken/FDTake)
To run the example project, clone the repo, and run pod install
from the Example directory first.
To use it in your project, add an FDTakeController
to your view controller and implement:
fdTakeController.gotPhoto = {
...
}
then call:
fdTakeController.present()
Other available options are documented at CocoaDocs for FDTake.
- See if device has camera
- Create action sheet with appropriate options ("Take Photo" or "Choose from Library"), as available
- Localize "Take Photo" and "Choose from Library" into user's language
- Wait for response
- Bring up image picker with selected image picking method
- Default to selfie mode if so configured
- Get response, extract image from a dictionary
- Dismiss picker, send image to delegate
- Supports iPhones, iPods, iPads and tvOS (but not tested)
- 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
- Pure Swift support and iOS 8+ required
- Compile testing running on Travis CI
- In progress: functional test cases (please help)
- In progress: UI test cases (please help)
- In progress: select last photo used (please help)
FDTake is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "FDTake"
William Entriken, github.com@phor.net
FDTake is available under the MIT license. See the LICENSE file for more info.