Style

public enum Style

The styles for the FUIFUIPageViewController.

  • Text based style.

    The navigation controls to the next page and previous page are displayed in texts.

    Declaration

    Swift

    case textBased
  • Icon based style.

    The navigation controls to the next page and previous page are displayed in icons.

    Declaration

    Swift

    case iconBased