PhotoViewerController
class PhotoViewerController : UIViewController
extension PhotoViewerController: UIPageViewControllerDelegate, UIPageViewControllerDataSource
Undocumented
-
Undocumented
See moreDeclaration
Swift
struct PhotoItem
-
Undocumented
Declaration
Swift
var photoItemProvider: (Int) -> PhotoViewerController.PhotoItem?
-
Undocumented
Declaration
Swift
var initialIndex: Int
-
Undocumented
Declaration
Swift
var onToggleOverlayVisibility: ((Bool) -> Void)?
-
Undocumented
Declaration
Swift
let pageViewController: UIPageViewController
-
Undocumented
Declaration
Swift
let overlayViewController: UIHostingController<AnyView>
-
Undocumented
Declaration
Swift
lazy var tapGestureRecogniser: UITapGestureRecognizer { get set }
-
Undocumented
Declaration
Swift
lazy var doubleTapGestureRecogniser: UITapGestureRecognizer { get set }
-
Undocumented
Declaration
Swift
var backgroundColor: UIColor { get }
-
Undocumented
Declaration
Swift
var _overlayVisible: Bool { get set }
-
Undocumented
Declaration
Swift
func toggleOverlayVisibleAnimated(animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
func setInitialController()
-
Undocumented
Declaration
Swift
func updateOverlay(forPhotoItem photoItem: PhotoItem?)
-
Undocumented
Declaration
Swift
var forceFullHeight: Bool
-
Undocumented
Declaration
Swift
override func viewWillLayoutSubviews()
-
Undocumented
Declaration
Swift
@objc func onTapGesture()
-
Undocumented
Declaration
Swift
@objc func onDoubleTapGesture()
-
Undocumented
Declaration
Swift
func photoViewController(forPhotoItem photoItem: PhotoItem) -> PhotoViewerPhotoController
-
Undocumented
Declaration
Swift
func pageViewController( _ pageViewController: UIPageViewController, viewControllerBefore viewController: UIViewController ) -> UIViewController?
-
Undocumented
Declaration
Swift
func pageViewController( _ pageViewController: UIPageViewController, viewControllerAfter viewController: UIViewController ) -> UIViewController?
-
Undocumented
Declaration
Swift
func pageViewController( _ pageViewController: UIPageViewController, didFinishAnimating finished: Bool, previousViewControllers: [UIViewController], transitionCompleted completed: Bool )