PPAssetsActionController icon indicating copy to clipboard operation
PPAssetsActionController copied to clipboard

Highly customizable Action Sheet Controller with Assets Preview written in Swift

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

In the device (iPhone 7 – iOS 12.1.2) with permission granted for `NSCameraUsageDescription, NSPhotoLibraryUsageDescription` only the camera is showing, without any picture from the gallery. ![img_3323](https://user-images.githubusercontent.com/2424511/51334550-cc661180-1a5e-11e9-8150-673007ed773b.PNG) I'm using the basic...

Hi, this is not really an issue, but more of a request. Are you planning on updating this to Swift 4.2 any time soon? Thanks for your work. This is...

Introduce new callback in `PPAssetsActionControllerDelegate`: ```obj-c func assetsPicker(_ picker: PPAssetsActionController, didPickOption option: PPOption); ```

enhancement
help wanted

Let's introduce config field to customize text in default cell ('Snap Image').

enhancement
help wanted

Let's introduce a new config field that would serve as a limit of selectable resources. If limit was reached, new cell can not be selected, unless previously selected cell was...

enhancement
help wanted

Now Assets View Controller adds collection view of asset collection VC as a subview. View should be added instead. That prevents view controller appearance events to be called on assets...