fastred / AHKActionSheet

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

Fixed glitchy-ness when showing the action sheet #16

Closed danielmj closed 10 years ago

danielmj commented 10 years ago

I animated the tableview in from the bottom using CGAffineTransformMakeTranslation. And I changed the ahk_snapshot method in changing [self drawViewHierarchyInRect:self.bounds afterScreenUpdates:NO]

bensie commented 10 years ago

+1

I've confirmed this fixes the glitches. Thanks @danielmj!!!

fastred commented 10 years ago

Thanks @danielmj! I've just released version 0.5 of the library with your changes included.

danielmj commented 10 years ago

Awesome! No problem, glad I could help!