|
@@ -14,19 +14,6 @@
|
14
|
14
|
@interface RNCWebViewManager () <RNCWebViewDelegate>
|
15
|
15
|
@end
|
16
|
16
|
|
17
|
|
-@implementation RCTConvert (UIScrollView)
|
18
|
|
-
|
19
|
|
-#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000 /* __IPHONE_11_0 */
|
20
|
|
-RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
|
21
|
|
- @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
|
22
|
|
- @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
|
23
|
|
- @"never": @(UIScrollViewContentInsetAdjustmentNever),
|
24
|
|
- @"always": @(UIScrollViewContentInsetAdjustmentAlways),
|
25
|
|
- }), UIScrollViewContentInsetAdjustmentNever, integerValue)
|
26
|
|
-#endif
|
27
|
|
-
|
28
|
|
-@end
|
29
|
|
-
|
30
|
17
|
@implementation RNCWebViewManager
|
31
|
18
|
{
|
32
|
19
|
NSConditionLock *_shouldStartLoadLock;
|