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: manually enable device orientation notifications #1543

Merged
merged 9 commits into from
Jul 27, 2022

Commits on Jul 24, 2022

  1. fix: call beginGeneratingDeviceOrientationnotifications method

    As docs
    (https://developer.apple.com/documentation/uikit/uidevice/1620041-begingeneratingdeviceorientation?language=objc)
    say: call to this method is necessary to receive correct values from
    call to [[UIDevice currentDevice] orientation]. However, even w/o this
    fix, it seems to me that call to orienation methods returns correct
    value...
    kkafar committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9134fde View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    e53c4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1483a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b364d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d18600 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    656f696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a532011 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    4283687 View commit details
    Browse the repository at this point in the history
  2. fix: add missing dot

    kkafar committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9f17400 View commit details
    Browse the repository at this point in the history