ViFilterTableView

open class ViFilterTableView: UIView

Custom view which include a tableView + power by Visenze image and OK button at the footer

  • table view for filter

    Declaration

    Swift

    public var tableView: UITableView?
  • power by ViSenze image

    Declaration

    Swift

    public let powerImgView = UIImageView(image: ViIcon.power_visenze)
  • container for footer

    Declaration

    Swift

    public var footerViewContainer: UIView = UIView()
  • footer height

    Declaration

    Swift

    public var footerHeight : CGFloat = 25
  • Undocumented

    Declaration

    Swift

    open class ViFilterTableView: UIView
  • Undocumented

    Declaration

    Swift

    open class ViFilterTableView: UIView
  • Set frame for power by visenze image

    Declaration

    Swift

    public func setPowerByVisenzeFrame()
  • Undocumented

    Declaration

    Swift

    open class ViFilterTableView: UIView
  • Undocumented

    Declaration

    Swift

    open class ViFilterTableView: UIView