TMBar

public protocol TMBar : UIView, BaseTMBar

TMBar is a protocol that is constrained to UIView types. Conforming view types can be added to and displayed in a TabmanViewController.

TMBar is expected to display a TMBarItem collection provided by a data source visually in some form, and also respond to the current page position.

The default implementation of TMBar in Tabman is TMBarView.