fastred / AHKActionSheet

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

How can i used in ios 6? #3

Closed ieliwb closed 10 years ago

ieliwb commented 10 years ago

Thanks

fastred commented 10 years ago

I'm not planning to add iOS 6 support.

The library uses some iOS 7 only methods, such as -drawViewHierarchyInRect:afterScreenUpdates: (it probably can be replaced with CALayer's -renderInContext:) and +animateKeyframesWithDuration:delay:options:animations:completion:, so you have to fork it and try to adjust it to iOS 6 by yourself.

fastred commented 10 years ago

Check out version 0.3.0 of the library. It supports iOS 6 now.

ieliwb commented 10 years ago

thanks @fastred