mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add doc comment for mainScrollView
This commit is contained in:
@@ -44,6 +44,11 @@ RCT_EXTERN NSString *const RCTUIManagerRootViewKey;
|
||||
*/
|
||||
@interface RCTUIManager : NSObject <RCTBridgeModule, RCTInvalidating>
|
||||
|
||||
/**
|
||||
* The UIIManager has the concept of a designated "main scroll view", which is
|
||||
* useful for apps built around a central scrolling content area (e.g. a
|
||||
* timeline).
|
||||
*/
|
||||
@property (nonatomic, weak) id<RCTScrollableProtocol> mainScrollView;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user