TMBarViewFocusProvider
public protocol TMBarViewFocusProvider : AnyObjectAn object that can provide focus related positional data to a BarView.
- 
                  
                  Calculate the ‘focusArea’ for the current position and capacity. This CGRectdefines the area of the layout that should currently be highlighted for the selected bar button.DeclarationSwift func focusArea(for position: CGFloat, capacity: Int) -> CGRectParameterspositionCurrent position to display. capacityCapacity of the bar (items). Return ValueCalculated focus rect. * 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           TMBarViewFocusProvider Protocol Reference
      TMBarViewFocusProvider Protocol Reference