ianb821 / IBActionSheet

Customizable iOS 7 style UIActionSheet
MIT License
307 stars 65 forks source link

iOS7 style presenting animation. #11

Closed devxoul closed 10 years ago

devxoul commented 10 years ago

Applied iOS7 style animation in -[showInView:] and -[removeFromView:]

ianb821 commented 10 years ago

I will integrate these changes, but IBActionSheet supports iOS 6 as well, so it will need to do these conditionally based on the iOS version. Thanks for your contribution!

On Sun, Feb 23, 2014 at 3:36 AM, SuYeol Jeon notifications@github.comwrote:

Applied iOS7 style animation in -[showInView:] and -[removeFromView:]

You can merge this Pull Request by running

git pull https://github.com/devxoul/IBActionSheet master

Or view, comment on, or merge it at:

https://github.com/ianb821/IBActionSheet/pull/11 Commit Summary

  • iOS7 style presenting animation.

File Changes

  • M IBActionSheetSample/IBActionSheetSample/IBActionSheet.mhttps://github.com/ianb821/IBActionSheet/pull/11/files#diff-0(21)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com/ianb821/IBActionSheet/pull/11 .