PasscodeCell

open class PasscodeCell : UICollectionViewCell

Undocumented

  • 指定cell属性

    Declaration

    Swift

    open var cellProperty: PasscodeCellProperty { get set }
  • 是否显示光标,默认true

    Declaration

    Swift

    open var showCursor: Bool
  • Undocumented

    Declaration

    Swift

    open lazy var cursorView: UIView { get set }
  • Undocumented

    Declaration

    Swift

    open override var isSelected: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    open override func layoutSubviews()