Fix drag sutters and enable swipe to pop gesture.

Add docs and last tweaks following a self review.
Add constants for max content size and disable splash screen via build settings.
This commit is contained in:
Doug
2022-01-18 16:48:52 +00:00
parent f3b528d6bb
commit 5c2d838e64
18 changed files with 171 additions and 188 deletions
@@ -23,7 +23,7 @@
@interface RiotNavigationController : UINavigationController
/**
When `true` the presented view will have its orientation fixed to portrait on iPhone.
When `true` the navigation stack will have its orientation fixed to portrait on iPhone.
*/
@property (nonatomic) BOOL isLockedToPortraitOnPhone;