mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 22:45:24 +08: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