Skip to content

Releases: 0xLeif/Pop

Basic Pop View

19 Oct 03:57
Compare
Choose a tag to compare
PopView(tint: .systemOrange) {
    Image(systemName: "pencil")
        .font(.largeTitle)
        .foregroundColor(.white)
        .padding()
}
.padding()
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center)
.background(Color(.systemOrange))