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

Commits on Aug 11, 2013

  1. Fix showInView method to utilize the parentView param

    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.
    bfcrampton committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    31dd26b View commit details
    Browse the repository at this point in the history
  2. Use the previous KeyWindow if no parentView is specified (showInView …

    …method)
    bfcrampton committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    bd6a92d View commit details
    Browse the repository at this point in the history
  3. Use the highest subview of the KeyWindow instead of the lowest.

    Makes sense...the modal ActionSheet should be above all root views in the Window.
    bfcrampton committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    458eebb View commit details
    Browse the repository at this point in the history
  4. Update podspec

    bfcrampton committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    fe55f2b View commit details
    Browse the repository at this point in the history