FSMediaPicker icon indicating copy to clipboard operation
FSMediaPicker copied to clipboard

An integration of UIActionSheet, UIAlertController and UIImagePickerController which allows you to pick media(image/video) effortlessly, with circular crop supported, and written in Objective-C

Results 9 FSMediaPicker issues
Sort by recently updated
recently updated
newest added

Please change the values of all keys kTakePhotoString, kSelectPhotoFromLibraryString and kCancelString.

For some reason i'm not able to use the cocoapod unless i unlock it and change the kTakePhotoString, kSelectPhotoFromLibraryString and kCancelString keys to its values. Not sure what this is...

首先感谢使用你的FSMediaPicker,省去了不少时间。 加入我要自定义裁剪区域为长方形,怎么去扩展了。看了下源码,貌似没找到。

This PR addresses Issues #6 and #7 that I opened earlier. This PR opens the FSMediaPicker in the same orientation from which it was called. This is done by subclassing...

When my app is in portrait mode and I show FSMediaPicker, select a photo and return to the calling UIViewController, the calling viewControllers size is changed. Before a new image...

I would like to have the media picker appear in the same orientation as the view from which it was invoked. Similar to what other native Apple applications do --...

The goal is to be able to set a label programmatically. It's useful when i want to have a message specific to the context where i open the picker.