ianb821 / IBActionSheet

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

Tab bar integration #15

Open helloiamrob opened 10 years ago

helloiamrob commented 10 years ago

Hey, is there any quick way to make IBActionSheet work in a tab bar-based app? Would love to include it but I guess I'm looking for a 'showFromTabBar' equivalent (as opposed to 'showInView'). Thanks!

ianb821 commented 10 years ago

Currently there isn't a default way to do a showFromTabBar: as a normal UIActionSheet. I've got that on my list of things to add in.

mtancock commented 10 years ago

It works if you use the same work around as for navigation controllers. (Well it seems to...) [actionSheet showInView:self.tabBarController.view];