AXPagingConfig

final class AXPagingConfig : NSObject

AXPagingConfig

  • Navigation configuration to be applied to the internal pager of the PhotosViewController.

    Declaration

    Swift

    fileprivate(set) var navigationOrientation: UIPageViewController.NavigationOrientation
  • Space between photos, measured in points. Applied to the internal pager of the PhotosViewController at initialization.

    Declaration

    Swift

    fileprivate(set) var interPhotoSpacing: CGFloat
  • The loading view class which will be instantiated instead of the default AXLoadingView.

    Declaration

    Swift

    fileprivate(set) var loadingViewClass: AXLoadingViewProtocol.Type