TweakView

public protocol TweakView

A view to show/change the value of a tweak.

  • Update value of the tweak.

    Declaration

    Swift

    func updateTweak(_ tweak: AnyTweak, withValue value: Storable, manually: Bool)

    Parameters

    tweak

    The tweak to update value.

    value

    The new tweak value.

    manually

    A flag indicates whether the update operation is triggered manually by users.