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 wikiTextView textview

    Declaration

    Swift

    public var didCellTap: (() -> ())?
  • UITextViewDelegate function to calculate textview height based on its height

    Declaration

    Swift

    func textViewDidChange(_ textView: UITextView)