ianb821 / IBActionSheet

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

Layout determined by AutoLayout #37

Closed krisanthony closed 9 years ago

krisanthony commented 9 years ago

To support in-call bar changes. Implemented changes from @irtemed88 for landscape.

ianb821 commented 9 years ago

This doesn't properly size the action sheet in landscape. I probably should move to autolayout, but it will need to be functional in all orientations before I do. Thanks for contributing!