newsmemory-ios-sdk/Frameworks/RNScreens.xcframework/ios-arm64/Headers/RNSScrollViewHelper.h

11 lines
280 B
Objective-C

#import <UIKit/UIKit.h>
@interface RNSScrollViewHelper : NSObject
/**
* Finds and overrides contentInsetAdjustmentBehavior for first ScrollView in first descendant chain from view.
*/
+ (void)overrideScrollViewBehaviorInFirstDescendantChainFrom:(nullable UIView *)view;
@end