sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Setting bounceAnimationEnabled = false on iOS 12 causes items in dialog mode not showing #262

Closed Weberlolz closed 2 years ago

Weberlolz commented 3 years ago

Describe the bug Setting bounceAnimationEnabled = false on iOS 12 causes items in dialog mode not showing.

To Reproduce let controller = SPPermissions.dialog(permissions) controller.bounceAnimationEnabled = false

Expected behavior Should show up all permission items.

Screenshots iOS12_simulator

Smartphone (please complete the following information):

ivanvorobei commented 2 years ago

Sorry for big delay. Fixed in 6.8.1 version.