Skip to content

Instantly share code, notes, and snippets.

@smartvipere75
smartvipere75 / Keypad_SwiftUI.swift
Created July 1, 2020 15:56
Keypad in SwiftUI.
import SwiftUI
struct KeypadCell: View {
let key: String
var body: some View {
ZStack {
Color.primary.opacity(0.1)
.cornerRadius(12)