Other Enumerations

The following enumerations are available globally.

  • Context for causing a reload of a bar.

    • full: A full reload has taken place.
    • insertion: A page insertion has taken place.
    • deletion: A page deletion has taken place.
    Declaration

    Swift

    public enum TMBarReloadContext
  • Semantic direction of an update to the bar.

    • none: No direction.
    • forward: A forward direction (increasing).
    • reverse: A reverse direction (reversing).
    Declaration

    Swift

    public enum TMBarUpdateDirection