InfoCell
class InfoCell : BaseCell
The InfoController UICollectionView Cell view
-
The wikipedia text view
Declaration
Swift
public var wikiTextView: UITextView -
Initial cell setup
Declaration
Swift
override func setupView() -
A callback function to handle
wikiTextViewtextviewDeclaration
Swift
public var didCellTap: (() -> ())?
-
UITextViewDelegate function to calculate textview height based on its height
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
View on GitHub
InfoCell Class Reference