PPAssetsActionController v0.3.2 Release Notes

Release Date: 2017-10-09 // over 6 years ago
  • πŸ”„ Changelog

    • ⚑️ Update project for Xcode 9 and Swift 4.
      🍱 Pavel Pantus, #36

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 of didFinishPicking callback changed from

    func 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