-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: manually enable device orientation notifications (#1543)
* 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... * fix: add library installation instructions for iOS * fix: exclude changes when target OS is TvOS * chore: update AppDelegate for TestsExample * fix: AppDelgate for FabricTestExample * chore: update AppDelegate for FabricExample * chore: update AppDelegate for Example * feat: add link to AppDelegate.mm to readme * fix: add missing dot
- Loading branch information
Showing
5 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters