SurveyTextFieldCell

open class SurveyTextFieldCell : UICollectionViewCell

Undocumented

IBOutlet

  • Text field of the cell.

    Declaration

    Swift

    @IBOutlet
    public weak var textField: UITextField!
  • Undocumented

    Declaration

    Swift

    override open func awakeFromNib()