RootViewRedrawInvalidationDelegate

public protocol RootViewRedrawInvalidationDelegate : AnyObject

A delegate for a root view that handles display and layout invalidations

  • Signals the delegate that a given root view has invalidated its layout and needs to update it.

    Declaration

    Swift

    func rootViewInvalidatedLayout(_ rootView: RootView)
  • Signals the delegate that a given root view has invalidated a display area and needs to repaint it.

    Declaration

    Swift

    func rootView(_ rootView: RootView, invalidateRect rect: UIRectangle)