A drop-in replacement for UIImagePickerController with more options and the ability to select multiple images and/or videos.
Hi, we're Awkward. We created a customizable image picker for our iOS reddit client called Beam. UIImagePickerController only supports selecting 1 image at a time, but we needed more images in Beam. Tatsi has built in support for selecting multiple images. On top of that, we integrated a camera button directly into the picker. We welcome you to use Tatsi for your own projects.
TatsiColors
protocolTatsi.xcodeproj
into your Xcode projectNSPhotoLibraryUsageDescription
to your Info.plist with a proper description.NSCameraUsageDescription
to your Info.plistNSPhotoLibraryUsageDescription
to your Info.plist with a proper description.NSCameraUsageDescription
to your Info.plistgithub "awkward/Tatsi"
to your Cartfile
carthage update Tatsi
NSPhotoLibraryUsageDescription
to your Info.plist with a proper description.NSCameraUsageDescription
to your Info.plistpod 'Tatsi'
to your Podfile
pod install
NSPhotoLibraryUsageDescription
to your Info.plist with a proper description.NSCameraUsageDescription
to your Info.plistImport Tatsi
and Import Photos
to your Swift file. You can skip this step if you used manual installation.TatsiConfig
and configure the settings.TatsiPickerViewController
. TatsiPickerViewController(config:)
allows you to use the config from the previous stepTatsiPickerViewControllerDelegate
pickerDelegate
on TatsiPickerViewController
TatsiPickerViewController
Tatsi is localized in English by default but you can provide your own localization in your project. Simple include the keys in your project's localizable strings. For more information see Localization on the Wiki
Tatsi = Photos in Planco, the language spoken in the game Planet Coaster. Source
init?(coder aDecoder: NSCoder)
supportWe're trying to keep our documentation as updated as possible. Here you can find more information on Tatsi.
Tatsi is available under the MIT license. See the LICENSE file for more info.