BPKCarousel

public struct BPKCarousel<Content> : View where Content : View
  • Declaration

    Swift

    public init(
        images: [Content],
        currentIndex: Binding<Int>
    )
  • Declaration

    Swift

    public var body: some View { get }