Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Conversation

@pmkowal
Copy link

@pmkowal pmkowal commented Aug 21, 2014

Changes made regarding an issue #3:

  • added class OLGhostAlertWindow which is responsible for displaying
    an OLGhostAlertView above the application keyWindow. It has methods to
    show/hide alert above the application main window, which allows it to
    be independent of the system keyboard.
  • removed properties in OLGhostAlertView that are no longer needed:
    keyboardIsVisible, keyboardHeight
  • added new properties in OLGhostAlertView: alertWindow,
    viewController
  • modified methods responsible for initialization, showing/hiding the
    alert and laying out subviews
  • removed methods and notifications related to the keyboard, which are
    no longer needed: keyboardWillShow:, keyboardWillHide,
    UIKeyboardWillShowNotification, UIKeyboardWillHideNotification
  • set method showInView: as deprecated

- added class `OLGhostAlertWindow` which is responsible for displaying
an OLGhostAlertView above the application keyWindow. It has methods to
show/hide alert above the application main window, which allows it to
be independent of the system keyboard.
- removed properties in `OLGhostAlertView` that are no longer needed:
`keyboardIsVisible`, `keyboardHeight`
- added new properties in `OLGhostAlertView`: `alertWindow`,
`viewController`
- modified methods responsible for initialization, showing/hiding the
alert and laying out subviews
- removed methods and notifications related to the keyboard, which are
no longer needed: `keyboardWillShow:`, `keyboardWillHide`,
`UIKeyboardWillShowNotification`, `UIKeyboardWillHideNotification`
- set method `showInView:` as deprecated
@pmkowal pmkowal changed the title [#3] Fixed placement between the alert and the keyboard Fixed placement between the alert and the keyboard Aug 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant