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

Fix showInView method #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix showInView method #5

wants to merge 4 commits into from

Conversation

bfcrampton
Copy link

Before it didn't even use the parentView parameter. Now it utilizes it if not nil, or defaults to the keyWindows highest level subview, instead of it's lowest (keyWindow.subviews.lastObject vs keyWindow.subviews[0]) which makes more sense being a modal view.

bfcrampton added 4 commits August 10, 2013 22:33
Before it only looked at the KeyWindow of the Application, which will cause the action sheet to be presented underneath any custom modally-presented view. Before this method didn't utilize the parentView at all.
Makes sense...the modal ActionSheet should be above all root views in the Window.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant