2015-03-23 20:28:42 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
*/
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
2016-11-23 15:47:52 +00:00
|
|
|
#import <React/RCTComponent.h>
|
|
|
|
#import <React/RCTRootView.h>
|
2017-01-11 11:58:03 +00:00
|
|
|
#import <yoga/Yoga.h>
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2017-08-24 06:44:01 +00:00
|
|
|
@class RCTRootShadowView;
|
2015-02-20 04:10:52 +00:00
|
|
|
@class RCTSparseArray;
|
|
|
|
|
2015-03-01 23:33:55 +00:00
|
|
|
typedef NS_ENUM(NSUInteger, RCTUpdateLifecycle) {
|
|
|
|
RCTUpdateLifecycleUninitialized = 0,
|
|
|
|
RCTUpdateLifecycleComputed,
|
|
|
|
RCTUpdateLifecycleDirtied,
|
2015-02-20 04:10:52 +00:00
|
|
|
};
|
|
|
|
|
2015-11-14 18:25:00 +00:00
|
|
|
typedef void (^RCTApplierBlock)(NSDictionary<NSNumber *, UIView *> *viewRegistry);
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* ShadowView tree mirrors RCT view tree. Every node is highly stateful.
|
|
|
|
* 1. A node is in one of three lifecycles: uninitialized, computed, dirtied.
|
|
|
|
* 1. RCTBridge may call any of the padding/margin/width/height/top/left setters. A setter would dirty
|
|
|
|
* the node and all of its ancestors.
|
|
|
|
* 2. At the end of each Bridge transaction, we call collectUpdatedFrames:widthConstraint:heightConstraint
|
|
|
|
* at the root node to recursively lay out the entire hierarchy.
|
|
|
|
* 3. If a node is "computed" and the constraint passed from above is identical to the constraint used to
|
|
|
|
* perform the last computation, we skip laying out the subtree entirely.
|
|
|
|
*/
|
2015-08-06 22:44:15 +00:00
|
|
|
@interface RCTShadowView : NSObject <RCTComponent>
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2017-04-27 19:48:53 +00:00
|
|
|
/**
|
|
|
|
* Yoga Config which will be used to create `yogaNode` property.
|
|
|
|
* Override in subclass to enable special Yoga features.
|
|
|
|
* Defaults to suitable to current device configuration.
|
|
|
|
*/
|
|
|
|
+ (YGConfigRef)yogaConfig;
|
|
|
|
|
2016-06-07 07:08:16 +00:00
|
|
|
/**
|
|
|
|
* RCTComponent interface.
|
|
|
|
*/
|
|
|
|
- (NSArray<RCTShadowView *> *)reactSubviews NS_REQUIRES_SUPER;
|
|
|
|
- (RCTShadowView *)reactSuperview NS_REQUIRES_SUPER;
|
|
|
|
- (void)insertReactSubview:(RCTShadowView *)subview atIndex:(NSInteger)atIndex NS_REQUIRES_SUPER;
|
|
|
|
- (void)removeReactSubview:(RCTShadowView *)subview NS_REQUIRES_SUPER;
|
2015-11-03 22:45:46 +00:00
|
|
|
|
2017-08-24 06:44:01 +00:00
|
|
|
@property (nonatomic, weak, readonly) RCTRootShadowView *rootView;
|
2015-02-20 04:10:52 +00:00
|
|
|
@property (nonatomic, weak, readonly) RCTShadowView *superview;
|
2017-02-21 16:43:34 +00:00
|
|
|
@property (nonatomic, assign, readonly) YGNodeRef yogaNode;
|
2015-03-17 10:51:58 +00:00
|
|
|
@property (nonatomic, copy) NSString *viewName;
|
2015-03-08 18:22:08 +00:00
|
|
|
@property (nonatomic, strong) UIColor *backgroundColor; // Used to propagate to children
|
Added mechanism for directly mapping JS event handlers to blocks
Summary:
Currently, the system for mapping JS event handlers to blocks is quite clean on the JS side, but is clunky on the native side. The event property is passed as a boolean, which can then be checked by the native side, and if true, the native side is supposed to send an event via the event dispatcher.
This diff adds the facility to declare the property as a block instead. This means that the event side can simply call the block, and it will automatically send the event. Because the blocks for bubbling and direct events are named differently, we can also use this to generate the event registration data and get rid of the arrays of event names.
The name of the event is inferred from the property name, which means that the property for an event called "load" must be called `onLoad` or the mapping won't work. This can be optionally remapped to a different property name on the view itself if necessary, e.g.
RCT_REMAP_VIEW_PROPERTY(onLoad, loadEventBlock, RCTDirectEventBlock)
If you don't want to use this mechanism then for now it is still possible to declare the property as a BOOL instead and use the old mechanism (this approach is now deprecated however, and may eventually be removed altogether).
2015-09-02 12:58:10 +00:00
|
|
|
@property (nonatomic, copy) RCTDirectEventBlock onLayout;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2017-09-25 05:57:28 +00:00
|
|
|
/**
|
|
|
|
* In some cases we need a way to specify some environmental data to shadow view
|
|
|
|
* to improve layout (or do something similar), so `localData` serves these needs.
|
|
|
|
* For example, any stateful embedded native views may benefit from this.
|
|
|
|
* Have in mind that this data is not supposed to interfere with the state of
|
|
|
|
* the shadow view.
|
|
|
|
* Please respect one-directional data flow of React.
|
|
|
|
* Use `-[RCTUIManager setLocalData:forView:]` to set this property
|
|
|
|
* (to provide local/environmental data for a shadow view) from the main thread.
|
|
|
|
*/
|
2017-10-09 17:35:13 +00:00
|
|
|
- (void)setLocalData:(NSObject *)localData;
|
2017-09-25 05:57:28 +00:00
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
/**
|
|
|
|
* isNewView - Used to track the first time the view is introduced into the hierarchy. It is initialized YES, then is
|
|
|
|
* set to NO in RCTUIManager after the layout pass is done and all frames have been extracted to be applied to the
|
|
|
|
* corresponding UIViews.
|
|
|
|
*/
|
|
|
|
@property (nonatomic, assign, getter=isNewView) BOOL newView;
|
|
|
|
|
2016-05-17 17:31:07 +00:00
|
|
|
/**
|
|
|
|
* isHidden - RCTUIManager uses this to determine whether or not the UIView should be hidden. Useful if the
|
|
|
|
* ShadowView determines that its UIView will be clipped and wants to hide it.
|
|
|
|
*/
|
|
|
|
@property (nonatomic, assign, getter=isHidden) BOOL hidden;
|
|
|
|
|
2017-02-02 17:51:19 +00:00
|
|
|
/**
|
2017-10-03 19:54:50 +00:00
|
|
|
* Computed layout direction of the view.
|
2017-02-02 17:51:19 +00:00
|
|
|
*/
|
2017-10-03 19:54:50 +00:00
|
|
|
|
|
|
|
@property (nonatomic, assign, readonly) UIUserInterfaceLayoutDirection layoutDirection;
|
2017-02-02 17:51:19 +00:00
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
/**
|
|
|
|
* Position and dimensions.
|
|
|
|
* Defaults to { 0, 0, NAN, NAN }.
|
|
|
|
*/
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue top;
|
|
|
|
@property (nonatomic, assign) YGValue left;
|
|
|
|
@property (nonatomic, assign) YGValue bottom;
|
|
|
|
@property (nonatomic, assign) YGValue right;
|
2017-10-19 02:29:40 +00:00
|
|
|
@property (nonatomic, assign) YGValue start;
|
|
|
|
@property (nonatomic, assign) YGValue end;
|
2015-03-17 10:51:58 +00:00
|
|
|
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue width;
|
|
|
|
@property (nonatomic, assign) YGValue height;
|
2016-06-15 16:44:34 +00:00
|
|
|
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue minWidth;
|
|
|
|
@property (nonatomic, assign) YGValue maxWidth;
|
|
|
|
@property (nonatomic, assign) YGValue minHeight;
|
|
|
|
@property (nonatomic, assign) YGValue maxHeight;
|
2016-06-15 16:44:34 +00:00
|
|
|
|
2016-03-01 18:13:22 +00:00
|
|
|
/**
|
Deprecating/removing `setFrame`, `setLeftTop`, and co.
Summary:
Motivation:
* `RCTShadowView`'s `frame` property actually represents computed layout of the view. We must not use it as a setter for yoga node styles;
* Using `frame` and `setLeftTop` in existing way actually works only for view with absolute positioning, so it is super rare and special case;
* Internally, setting `frame` only make sense to `RootView`, and in that case there we always must not change `origin` we are introducing `setSize` method.
Changes:
* `[-RCTShadowView setFrame:]` was removed, `frame` property is readonly now;
* `[-RCTShadowView setLeftTop:]` was removed; no replacement provided;
* `[-RCTShadowView size]` read-write property was added;
* `[-RCTUIManager setFrame:forView:]` was deprecated, use (just introduced) `setSize:forView:` instead;
* `[-RCTUIManager setSize:forView:]` was added.
If you are still need some of removed methods, you are probably doing something wrong. Consider using `setIntrinsicContentSize`-family methods,
`setSize`-family methods, or (in the worst case) accessing `yogaNode` directly.
Reviewed By: javache
Differential Revision: D4491384
fbshipit-source-id: 56dd84567324c5a86e4c870a41c38322dc1224d2
2017-02-01 20:59:26 +00:00
|
|
|
* Convenient alias to `width` and `height` in pixels.
|
|
|
|
* Defaults to NAN in case of non-pixel dimention.
|
2016-03-01 18:13:22 +00:00
|
|
|
*/
|
Deprecating/removing `setFrame`, `setLeftTop`, and co.
Summary:
Motivation:
* `RCTShadowView`'s `frame` property actually represents computed layout of the view. We must not use it as a setter for yoga node styles;
* Using `frame` and `setLeftTop` in existing way actually works only for view with absolute positioning, so it is super rare and special case;
* Internally, setting `frame` only make sense to `RootView`, and in that case there we always must not change `origin` we are introducing `setSize` method.
Changes:
* `[-RCTShadowView setFrame:]` was removed, `frame` property is readonly now;
* `[-RCTShadowView setLeftTop:]` was removed; no replacement provided;
* `[-RCTShadowView size]` read-write property was added;
* `[-RCTUIManager setFrame:forView:]` was deprecated, use (just introduced) `setSize:forView:` instead;
* `[-RCTUIManager setSize:forView:]` was added.
If you are still need some of removed methods, you are probably doing something wrong. Consider using `setIntrinsicContentSize`-family methods,
`setSize`-family methods, or (in the worst case) accessing `yogaNode` directly.
Reviewed By: javache
Differential Revision: D4491384
fbshipit-source-id: 56dd84567324c5a86e4c870a41c38322dc1224d2
2017-02-01 20:59:26 +00:00
|
|
|
@property (nonatomic, assign) CGSize size;
|
2016-03-01 18:13:22 +00:00
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
/**
|
|
|
|
* Border. Defaults to { 0, 0, 0, 0 }.
|
|
|
|
*/
|
2016-10-26 20:12:26 +00:00
|
|
|
@property (nonatomic, assign) float borderWidth;
|
|
|
|
@property (nonatomic, assign) float borderTopWidth;
|
|
|
|
@property (nonatomic, assign) float borderLeftWidth;
|
|
|
|
@property (nonatomic, assign) float borderBottomWidth;
|
|
|
|
@property (nonatomic, assign) float borderRightWidth;
|
2017-10-19 02:29:42 +00:00
|
|
|
@property (nonatomic, assign) float borderStartWidth;
|
|
|
|
@property (nonatomic, assign) float borderEndWidth;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Margin. Defaults to { 0, 0, 0, 0 }.
|
|
|
|
*/
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue margin;
|
|
|
|
@property (nonatomic, assign) YGValue marginVertical;
|
|
|
|
@property (nonatomic, assign) YGValue marginHorizontal;
|
|
|
|
@property (nonatomic, assign) YGValue marginTop;
|
|
|
|
@property (nonatomic, assign) YGValue marginLeft;
|
|
|
|
@property (nonatomic, assign) YGValue marginBottom;
|
|
|
|
@property (nonatomic, assign) YGValue marginRight;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Padding. Defaults to { 0, 0, 0, 0 }.
|
|
|
|
*/
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue padding;
|
|
|
|
@property (nonatomic, assign) YGValue paddingVertical;
|
|
|
|
@property (nonatomic, assign) YGValue paddingHorizontal;
|
|
|
|
@property (nonatomic, assign) YGValue paddingTop;
|
|
|
|
@property (nonatomic, assign) YGValue paddingLeft;
|
|
|
|
@property (nonatomic, assign) YGValue paddingBottom;
|
|
|
|
@property (nonatomic, assign) YGValue paddingRight;
|
2017-10-19 02:29:44 +00:00
|
|
|
@property (nonatomic, assign) YGValue paddingStart;
|
|
|
|
@property (nonatomic, assign) YGValue paddingEnd;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Flexbox properties. All zero/disabled by default
|
|
|
|
*/
|
2016-12-02 13:47:43 +00:00
|
|
|
@property (nonatomic, assign) YGFlexDirection flexDirection;
|
|
|
|
@property (nonatomic, assign) YGJustify justifyContent;
|
|
|
|
@property (nonatomic, assign) YGAlign alignSelf;
|
|
|
|
@property (nonatomic, assign) YGAlign alignItems;
|
Expose alignContent to react native
Summary:
This diff adds alignContent (https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) support to React Native. This enables aligning the lines of multi-line content. See below playground for example usage.
```
class Playground extends React.Component {
render() {
return (
<View style={{width: '100%', height: '100%', flexDirection: 'row', backgroundColor: 'white', flexWrap: 'wrap', alignContent: 'space-between'}}>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
<View style={{width: 100, height: 100, marginLeft: 10, marginTop: 10, backgroundColor: 'red'}}/>
</View>
);
}
}
```
Reviewed By: astreet
Differential Revision: D4611803
fbshipit-source-id: ae7f6b4b7e9f4bc78d2502da948214294aad4dd2
2017-03-01 17:12:48 +00:00
|
|
|
@property (nonatomic, assign) YGAlign alignContent;
|
2016-12-02 13:47:43 +00:00
|
|
|
@property (nonatomic, assign) YGPositionType position;
|
|
|
|
@property (nonatomic, assign) YGWrap flexWrap;
|
2017-03-01 17:12:50 +00:00
|
|
|
@property (nonatomic, assign) YGDisplay display;
|
2016-10-26 20:12:26 +00:00
|
|
|
|
2017-03-13 12:58:09 +00:00
|
|
|
@property (nonatomic, assign) float flex;
|
2016-10-26 20:12:26 +00:00
|
|
|
@property (nonatomic, assign) float flexGrow;
|
|
|
|
@property (nonatomic, assign) float flexShrink;
|
2017-01-11 11:58:03 +00:00
|
|
|
@property (nonatomic, assign) YGValue flexBasis;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2016-11-23 15:32:08 +00:00
|
|
|
@property (nonatomic, assign) float aspectRatio;
|
|
|
|
|
Implement CSS z-index for iOS
Summary:
This diff implement the CSS z-index for React Native iOS views. We've had numerous pull request for this feature, but they've all attempted to use the `layer.zPosition` property, which is problematic for two reasons:
1. zPosition only affects rendering order, not event processing order. Views with a higher zPosition will appear in front of others in the hierarchy, but won't be the first to receive touch events, and may be blocked by views that are visually behind them.
2. when using a perspective transform matrix, views with a nonzero zPosition will be rendered in a different position due to parallax, which probably isn't desirable.
See https://github.com/facebook/react-native/pull/7825 for further discussion of this problem.
So instead of using `layer.zPosition`, I've implemented this by actually adjusting the order of the subviews within their parent based on the zIndex. This can't be done on the JS side because it would affect layout, which is order-dependent, so I'm doing it inside the view itself.
It works as follows:
1. The `reactSubviews` array is set, whose order matches the order of the JS components and shadowView components, as specified by the UIManager.
2. `didUpdateReactSubviews` is called, which in turn calls `sortedSubviews` (which lazily generates a sorted array of `reactSubviews` by zIndex) and inserts the result into the view.
3. If a subview is added or removed, or the zIndex of any subview is changed, the previous `sortedSubviews` array is cleared and `didUpdateReactSubviews` is called again.
To demonstrate it working, I've modified the UIExplorer example from https://github.com/facebook/react-native/pull/7825
Reviewed By: javache
Differential Revision: D3365717
fbshipit-source-id: b34aa8bfad577bce023f8af5414f9b974aafd8aa
2016-06-07 14:40:25 +00:00
|
|
|
/**
|
|
|
|
* z-index, used to override sibling order in the view
|
|
|
|
*/
|
2016-06-09 16:48:56 +00:00
|
|
|
@property (nonatomic, assign) NSInteger zIndex;
|
Implement CSS z-index for iOS
Summary:
This diff implement the CSS z-index for React Native iOS views. We've had numerous pull request for this feature, but they've all attempted to use the `layer.zPosition` property, which is problematic for two reasons:
1. zPosition only affects rendering order, not event processing order. Views with a higher zPosition will appear in front of others in the hierarchy, but won't be the first to receive touch events, and may be blocked by views that are visually behind them.
2. when using a perspective transform matrix, views with a nonzero zPosition will be rendered in a different position due to parallax, which probably isn't desirable.
See https://github.com/facebook/react-native/pull/7825 for further discussion of this problem.
So instead of using `layer.zPosition`, I've implemented this by actually adjusting the order of the subviews within their parent based on the zIndex. This can't be done on the JS side because it would affect layout, which is order-dependent, so I'm doing it inside the view itself.
It works as follows:
1. The `reactSubviews` array is set, whose order matches the order of the JS components and shadowView components, as specified by the UIManager.
2. `didUpdateReactSubviews` is called, which in turn calls `sortedSubviews` (which lazily generates a sorted array of `reactSubviews` by zIndex) and inserts the result into the view.
3. If a subview is added or removed, or the zIndex of any subview is changed, the previous `sortedSubviews` array is cleared and `didUpdateReactSubviews` is called again.
To demonstrate it working, I've modified the UIExplorer example from https://github.com/facebook/react-native/pull/7825
Reviewed By: javache
Differential Revision: D3365717
fbshipit-source-id: b34aa8bfad577bce023f8af5414f9b974aafd8aa
2016-06-07 14:40:25 +00:00
|
|
|
|
2017-02-07 04:58:23 +00:00
|
|
|
/**
|
|
|
|
* Interface direction (LTR or RTL)
|
|
|
|
*/
|
|
|
|
@property (nonatomic, assign) YGDirection direction;
|
|
|
|
|
2016-08-30 07:58:15 +00:00
|
|
|
/**
|
|
|
|
* Clipping properties
|
|
|
|
*/
|
2016-12-02 13:47:43 +00:00
|
|
|
@property (nonatomic, assign) YGOverflow overflow;
|
2016-08-30 07:58:15 +00:00
|
|
|
|
Deprecating/removing `setFrame`, `setLeftTop`, and co.
Summary:
Motivation:
* `RCTShadowView`'s `frame` property actually represents computed layout of the view. We must not use it as a setter for yoga node styles;
* Using `frame` and `setLeftTop` in existing way actually works only for view with absolute positioning, so it is super rare and special case;
* Internally, setting `frame` only make sense to `RootView`, and in that case there we always must not change `origin` we are introducing `setSize` method.
Changes:
* `[-RCTShadowView setFrame:]` was removed, `frame` property is readonly now;
* `[-RCTShadowView setLeftTop:]` was removed; no replacement provided;
* `[-RCTShadowView size]` read-write property was added;
* `[-RCTUIManager setFrame:forView:]` was deprecated, use (just introduced) `setSize:forView:` instead;
* `[-RCTUIManager setSize:forView:]` was added.
If you are still need some of removed methods, you are probably doing something wrong. Consider using `setIntrinsicContentSize`-family methods,
`setSize`-family methods, or (in the worst case) accessing `yogaNode` directly.
Reviewed By: javache
Differential Revision: D4491384
fbshipit-source-id: 56dd84567324c5a86e4c870a41c38322dc1224d2
2017-02-01 20:59:26 +00:00
|
|
|
/**
|
|
|
|
* Computed position of the view.
|
|
|
|
*/
|
|
|
|
@property (nonatomic, assign, readonly) CGRect frame;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Represents the natural size of the view, which is used when explicit size is not set or is ambiguous.
|
|
|
|
* Defaults to `{UIViewNoIntrinsicMetric, UIViewNoIntrinsicMetric}`.
|
|
|
|
*/
|
|
|
|
@property (nonatomic, assign) CGSize intrinsicContentSize;
|
|
|
|
|
2015-03-01 23:33:55 +00:00
|
|
|
/**
|
|
|
|
* Calculate property changes that need to be propagated to the view.
|
|
|
|
* The applierBlocks set contains RCTApplierBlock functions that must be applied
|
|
|
|
* on the main thread in order to update the view.
|
|
|
|
*/
|
2015-11-03 22:45:46 +00:00
|
|
|
- (void)collectUpdatedProperties:(NSMutableSet<RCTApplierBlock> *)applierBlocks
|
2015-11-14 18:25:00 +00:00
|
|
|
parentProperties:(NSDictionary<NSString *, id> *)parentProperties;
|
2015-06-01 15:34:09 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Process the updated properties and apply them to view. Shadow view classes
|
|
|
|
* that add additional propagating properties should override this method.
|
|
|
|
*/
|
2015-11-14 18:25:00 +00:00
|
|
|
- (NSDictionary<NSString *, id> *)processUpdatedProperties:(NSMutableSet<RCTApplierBlock> *)applierBlocks
|
|
|
|
parentProperties:(NSDictionary<NSString *, id> *)parentProperties NS_REQUIRES_SUPER;
|
2015-03-01 23:33:55 +00:00
|
|
|
|
2015-06-01 15:34:09 +00:00
|
|
|
/**
|
2016-05-31 17:18:37 +00:00
|
|
|
* Can be called by a parent on a child in order to calculate all views whose frame needs
|
|
|
|
* updating in that branch. Adds these frames to `viewsWithNewFrame`. Useful if layout
|
|
|
|
* enters a view where flex doesn't apply (e.g. Text) and then you want to resume flex
|
|
|
|
* layout on a subview.
|
|
|
|
*/
|
|
|
|
- (void)collectUpdatedFrames:(NSMutableSet<RCTShadowView *> *)viewsWithNewFrame
|
|
|
|
withFrame:(CGRect)frame
|
|
|
|
hidden:(BOOL)hidden
|
|
|
|
absolutePosition:(CGPoint)absolutePosition;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Apply the CSS layout.
|
|
|
|
* This method also calls `applyLayoutToChildren:` internally. The functionality
|
|
|
|
* is split into two methods so subclasses can override `applyLayoutToChildren:`
|
|
|
|
* while using default implementation of `applyLayoutNode:`.
|
2015-06-01 15:34:09 +00:00
|
|
|
*/
|
2016-12-03 12:40:18 +00:00
|
|
|
- (void)applyLayoutNode:(YGNodeRef)node
|
2015-11-03 22:45:46 +00:00
|
|
|
viewsWithNewFrame:(NSMutableSet<RCTShadowView *> *)viewsWithNewFrame
|
2015-06-01 15:34:09 +00:00
|
|
|
absolutePosition:(CGPoint)absolutePosition NS_REQUIRES_SUPER;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2016-05-31 17:18:37 +00:00
|
|
|
/**
|
|
|
|
* Enumerate the child nodes and tell them to apply layout.
|
|
|
|
*/
|
2016-12-03 12:40:18 +00:00
|
|
|
- (void)applyLayoutToChildren:(YGNodeRef)node
|
2016-05-31 17:18:37 +00:00
|
|
|
viewsWithNewFrame:(NSMutableSet<RCTShadowView *> *)viewsWithNewFrame
|
|
|
|
absolutePosition:(CGPoint)absolutePosition;
|
|
|
|
|
2016-07-20 09:49:13 +00:00
|
|
|
/**
|
2017-06-21 00:09:52 +00:00
|
|
|
* Returns whether or not this view can have any subviews.
|
|
|
|
* Adding/inserting a child view to leaf view (`canHaveSubviews` equals `NO`)
|
|
|
|
* will throw an error.
|
|
|
|
* Return `NO` for components which must not have any descendants
|
|
|
|
* (like <Image>, for example.)
|
|
|
|
* Defaults to `YES`. Can be overridden in subclasses.
|
|
|
|
* Don't confuse this with `isYogaLeafNode`.
|
|
|
|
*/
|
|
|
|
- (BOOL)canHaveSubviews;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns whether or not this node acts as a leaf node in the eyes of Yoga.
|
2017-02-21 16:43:34 +00:00
|
|
|
* For example `RCTShadowText` has children which it does not want Yoga
|
|
|
|
* to lay out so in the eyes of Yoga it is a leaf node.
|
2017-06-21 00:09:52 +00:00
|
|
|
* Defaults to `NO`. Can be overridden in subclasses.
|
|
|
|
* Don't confuse this with `canHaveSubviews`.
|
2016-07-20 09:49:13 +00:00
|
|
|
*/
|
2017-02-21 16:43:34 +00:00
|
|
|
- (BOOL)isYogaLeafNode;
|
2016-07-20 09:49:13 +00:00
|
|
|
|
2015-06-01 15:34:09 +00:00
|
|
|
- (void)dirtyPropagation NS_REQUIRES_SUPER;
|
2015-02-20 04:10:52 +00:00
|
|
|
- (BOOL)isPropagationDirty;
|
|
|
|
|
2015-06-01 15:34:09 +00:00
|
|
|
- (void)dirtyText NS_REQUIRES_SUPER;
|
|
|
|
- (void)setTextComputed NS_REQUIRES_SUPER;
|
2015-02-20 04:10:52 +00:00
|
|
|
- (BOOL)isTextDirty;
|
|
|
|
|
2016-06-07 07:08:16 +00:00
|
|
|
/**
|
|
|
|
* As described in RCTComponent protocol.
|
|
|
|
*/
|
|
|
|
- (void)didUpdateReactSubviews NS_REQUIRES_SUPER;
|
2015-11-27 10:52:14 +00:00
|
|
|
- (void)didSetProps:(NSArray<NSString *> *)changedProps NS_REQUIRES_SUPER;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Computes the recursive offset, meaning the sum of all descendant offsets -
|
|
|
|
* this is the sum of all positions inset from parents. This is not merely the
|
|
|
|
* sum of `top`/`left`s, as this function uses the *actual* positions of
|
|
|
|
* children, not the style specified positions - it computes this based on the
|
|
|
|
* resulting layout. It does not yet compensate for native scroll view insets or
|
2015-03-25 00:37:03 +00:00
|
|
|
* transforms or anchor points.
|
2015-02-20 04:10:52 +00:00
|
|
|
*/
|
2015-03-25 00:37:03 +00:00
|
|
|
- (CGRect)measureLayoutRelativeToAncestor:(RCTShadowView *)ancestor;
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2016-08-03 11:01:45 +00:00
|
|
|
/**
|
|
|
|
* Checks if the current shadow view is a descendant of the provided `ancestor`
|
|
|
|
*/
|
|
|
|
- (BOOL)viewIsDescendantOf:(RCTShadowView *)ancestor;
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
@end
|