mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
Add doc comment for mainScrollView
This commit is contained in:
parent
debca6d24f
commit
c27e5198e2
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user