PPAssetsActionController v0.3.2 Release Notes
Release Date: 2017-10-09 // about 7 years ago-
π Changelog
- β‘οΈ Update project for Xcode 9 and Swift 4.
π± Pavel Pantus, #36
- β‘οΈ Update project for Xcode 9 and Swift 4.
Previous changes from v0.3.1
-
π± Video support is here! πΌπΉ
π This release contains support for video assets. Videos will be presented in preview collection and autoplayed.
π It is a breaking release: In
PPAssetsActionControllerDelegate
signature ofdidFinishPicking
callback changed fromfunc assetsPicker(\_ picker: PPAssetsActionController, didFinishPicking images: [UIImage])
to
func assetsPicker(\_ picker: PPAssetsActionController, didFinishPicking assets: [MediaProvider])
π± Refer to
PPAssetsActionConfig
if you want to prevent videos from showing up in the picker.π Changelog
- Autoplayed video cells.
π± Pavel Pantus, #29 - π± Eliminate retain cycle that prevents assets from releasing.
π± Pavel Pantus, #30
- Autoplayed video cells.