Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab bar integration #15

Open
helloiamrob opened this issue Jun 14, 2014 · 2 comments
Open

Tab bar integration #15

helloiamrob opened this issue Jun 14, 2014 · 2 comments

Comments

@helloiamrob
Copy link

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
Copy link
Owner

ianb821 commented Jun 16, 2014

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants