BooksLibraryTabBarStyle

public enum BooksLibraryTabBarStyle : Sendable

Tab bar style for books library.

  • Use UITabBarController.

    Declaration

    Swift

    case regular
  • Use RichieTabBar.

    Declaration

    Swift

    case custom
  • Use RichieTabBar, but hide the bar.

    Declaration

    Swift

    case hidden