TextSurveyResponderController
open class TextSurveyResponderController : SurveyResponderController, UITextViewDelegate
Undocumented
-
Declaration
Swift
override open func registerComponents()
-
Declaration
Swift
override open func responderCell(for collectionView: UICollectionView, at indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
open func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool