Skip to content

Instantly share code, notes, and snippets.

View olibo1zeemoni's full-sized avatar
🤩

George Boahene olibo1zeemoni

🤩
View GitHub Profile
import Foundation
import SwiftUI
// MARK: - Custom Button Style
struct MobileMeButtonStyle: ButtonStyle {
// MARK: Metrics
@ScaledMetric private var cornerRadius = 12
@ScaledMetric private var horizontalLabelPadding = 12
@ScaledMetric private var verticalLabelPadding = 8
@olibo1zeemoni
olibo1zeemoni / ContentView.swift
Created August 1, 2023 01:15 — forked from dkun7944/ContentView.swift
AirDrop iOS 17 Swift.Shader Animation
//
// ContentView.swift
// Airdrop Demo
//
// Created by Daniel Kuntz on 7/30/23.
//
import SwiftUI
struct ContentView: View {