
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILayoutableView
@interface SCILayoutableView : UIView
Defines the layout which performs layout on children which conforms to ISCILayoutable
protocol.
-
Layout child in specified bounds.
Declaration
Objective-C
- (void)layoutChildView:(nonnull UIView *)child withBounds:(CGRect)bounds;
Parameters
child
The child to perform layout on.
bounds
Bounds used to layout child.