ABSDKView

open class ABSDKView<Operation, Data> : UIView, ABSDKViewBinding

A base class for custom views that supports data binding

  • update view with data

    Declaration

    Swift

    open func updateView(data: Data)

    Parameters

    data

    the latest data to update the view with

Available where Operation: GraphQLQuery