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;

    Swift

    func layoutChildView(_ child: UIView, withBounds bounds: CGRect)

    Parameters

    child

    The child to perform layout on.

    bounds

    Bounds used to layout child.