Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 573 Bytes

File metadata and controls

26 lines (18 loc) · 573 Bytes

STRUCT

SheetyColorsView

public struct SheetyColorsView: UIViewControllerRepresentable

Methods

makeCoordinator()

public func makeCoordinator() -> Coordinator

makeUIViewController(context:)

public func makeUIViewController(context: UIViewControllerRepresentableContext<SheetyColorsView>) -> SheetyColorsViewController

updateUIViewController(_:context:)

public func updateUIViewController(_: SheetyColorsViewController, context _: UIViewControllerRepresentableContext<SheetyColorsView>)