-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Toolbar buttons don't appear when Actionsheet is fired from an iPad Form Sheet or Page Sheet #22
Comments
Yes, very strange bug. I'l handle it. |
Form Sheet you can see here: http://www.nanaimostudio.com/blog/2010/6/30/modal-form-sheet-navigation-controller.html I'm using an ActionSheetStringPicker, nothing special. My calling code hasn't changed in over a year and works in all scenarios apart from if my button is inside either of the two views mentioned. I'm running 7.1.2. Can't provide any more right now. |
This bug also occurs in v1.1.3 with the iOS 8 beta |
I not reproduce this bug yet. |
Confirmed -- still happens on 1.1.4 Note that the buttons only fail to appear the first time the picker is displayed -- buttons are there subsequent times |
Ok, so, let's go deeper! |
Create a single view iPad application and this should do it in ViewController.h
|
@jnpdx you forgot specify implementation for |
It very strange bug. Because everything works as expected, all buttons created, but the are not visible! You can also try to click on it, and they clicked! You can test it in example project. I create additional modal Popover button for it. |
Yep this worked, thanks! Can I ask what you changed please? |
@staz1000 you can look at lines https://github.com/skywinder/ActionSheetPicker-3.0/blob/540333b4d887df7750a01678303708df5ce8252d/Pickers/AbstractActionSheetPicker.m#L110-115 in commit 540333b |
Thanks for the fix! Should the button title strings be localized? |
@jnpdx Very properly remark, since it not a system button now. Yes, it should. |
@jnpdx Thanks to you, I have found that cause this error.
Since 1.1.7 buttons will localized again! 🉑 |
Nice! |
I have a Form Sheet with a button, when I press it the actionsheet toolbar buttons aren't visible although they do still respond to being pressed.
Here's the actionsheet:
This also happens with a page sheet but not full screen.
This didn't occur with the previous version I was using.
The text was updated successfully, but these errors were encountered: