fastred / AHKActionSheet

An alternative to the UIActionSheet inspired by the Spotify app.
MIT License
1.16k stars 130 forks source link

IOS 8 - Screen jerks before action sheet gets loaded !! #13

Closed thatsagreatapp closed 10 years ago

thatsagreatapp commented 10 years ago

You can test this for yourself by downloading and running the sample app on IOS 8. The background UI (tableview or any other view) jerks before the action sheet overlay is shown. Anyone have a resolution for this?

fastred commented 10 years ago

It's already been reported: https://github.com/fastred/AHKActionSheet/issues/11

thatsagreatapp commented 10 years ago

Thanks fastred. Setting afterScreenUpdates to NO actually helped in resolving this issue for now.