PhotoViewerView
struct PhotoViewerView : UIViewControllerRepresentable
Undocumented
-
Undocumented
Declaration
Swift
var photoItemProvider: (Int) -> PhotoViewerController.PhotoItem?
-
Undocumented
Declaration
Swift
var initialIndex: Int
-
Undocumented
Declaration
Swift
var onToggleOverlayVisibility: ((Bool) -> Void)?
-
Declaration
Swift
func makeUIViewController(context: Context) -> PhotoViewerController
-
Declaration
Swift
func updateUIViewController(_ photosController: PhotoViewerController, context: Context)