FUIReactingToAccessory

public protocol FUIReactingToAccessory

Infrastructure protocol, indicating the component is reacting to the setting of the accessory view.

Not typically used directly by app developer.

  • This flag indicates if the status view should be forced to center Y alignment when accessory view is set.

    Declaration

    Swift

    var isStatusForcedToCenterYAlignment: Bool { get set }
  • Gets the center y offset for accessory view.

    • return: The center Y offset for accessory view.

    Declaration

    Swift

    func centerYOffsetForAccessory() -> CGFloat