-
-
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
Issue with iOS 8 beta #9
Comments
I know. |
It looks like the problem is caused by adding a subview to a UIActionSheet. http://stackoverflow.com/questions/24330152/showing-a-uipickerview-with-uiactionsheet-in-ios8-not-working |
Ah I am experiencing this problem... any workarounds? |
Looks like subclassing UIActionSheet is fundamentally flawed:
Perhaps it's time for a rewrite... |
@mikenew12 thanks for the link. |
This is what I ended up doing: https://github.com/Burning-Man-Earth/iBurn-iOS/blob/master/iBurn/BRCStringPickerView.m I don't like it as much :( |
Hooray, guys! |
@skywinder Awesome! Now if only I didn't spend an afternoon reimplementing my own version from scratch :) |
@skywinder I think your update breaks landscape mode... |
Compatibility issues still exists after forking project. Just putting this here for tracking purposes.
The text was updated successfully, but these errors were encountered: