RSDCopyInputField

public protocol RSDCopyInputField : RSDInputField

Extend the input field to allow copying the field with a new identifier.

  • Return a copy of the input field with a new identifier.

    Declaration

    Swift

    func copy(with identifier: String) -> Self