Buttons
Buttons in a TMBarView are a provided in the form of a TMBarButton collection. The buttons have the primary responsibility of displaying paging, user interaction and visually providing the current paging state (if appropriate).
Interaction with the TMBarButton collection of a TMBarView is provided via TMBarButtonCollection. This collection provides raw access to all displayed bar buttons, as well as utilities for customization.
- 
                  
                  A button that appears in a bar and provides the interaction for initiating a page index update. DeclarationSwift open class TMBarButton : UIControl
- 
                  
                  Container for BarButton objects and related controllers. DeclarationSwift public final class TMBarButtonCollection<BarButton> : TMTransitionStyleable where BarButton : TMBarButton
- 
                  
                  TMBarButtonthat consists of a single label - that’s it!Probably the most commonly seen example of a bar button. DeclarationSwift open class TMLabelBarButton : TMBarButton
- 
                  
                  TMBarButtonwhich mimics appearance of aUITabBarItem, containing a image and label vertically aligned.DeclarationSwift open class TMTabItemBarButton : TMBarButton
- 
                  
                  DeclarationSwift open class TMBadgeView : UIView
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           Buttons  Reference
      Buttons  Reference