BPKImageGalleryPreview
public struct BPKImageGalleryPreview<Content> : View where Content : View
-
Declaration
Swift
public init( images: [Content], currentIndex: Binding<Int>, onImageClicked: ((Int) -> Void)? = nil )
-
Declaration
Swift
public var body: some View { get }