-
Notifications
You must be signed in to change notification settings - Fork 1k
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
UIActionSheet not closing on iPhone 4.0, 4.1 simulator #31
Comments
Yes, please describe what you mean. Is it happening in the sample project? When you say the data is lost, what happens? Does a crash occur? Thanks, On 2012-01-30, at 05:08 , indit wrote:
|
I am running into the same issue. Below is the stacktrace I am getting:
When in Zombie mode I get this message:
Looks like there is an issue in this method [AbstractActionSheetPicker actionPickerDone:(id)sender] with the target and successAction being released before being called. I will keep looking into it and see if I can get a fix in. Any help would be appreciated though. |
Yes it occurs in the sample project provided. What I meant to data being lost is that the contents of the UIPickerView is lost. |
indit - I have found the issue and submitted a pull request for the fix. Its a 4 liner so you can copy it over to your solution for now. |
Hi eloe, Thanks for the update. Updated my solution and works as expected. |
Have merged Eric's fix. Thanks again! |
Hi Tim,
Thanks a lot for this utility. Just included it in my app and works well, expect for one issue.
In the iPhone 4.0, 4.1 simulator the UIActionSheet is visible and the UIPickerView's data is lost when the cancel or done button is pressed. Not sure if the same behavior is present when running on the device. Please let me know if you require more information to reproduce this.
Thanks.
The text was updated successfully, but these errors were encountered: