Skip to content

Instantly share code, notes, and snippets.

View importnil's full-sized avatar
💭
Respect the Past, Create the New

Vadim Ermolin importnil

💭
Respect the Past, Create the New
View GitHub Profile
@delasign
delasign / MetalUIView+Animations.swift
Created October 11, 2023 17:13
Sample MetalUIView+Animations.swift for animating Metal drawings with a CADisplayLink
//
// MetalUIView+Animations.swift
// Starter Project
//
// Created by Oscar de la Hera Gomez on 10/11/23.
//
import Foundation
import UIKit
import SwiftUI
struct HarmonicButton: View {
var body: some View {
Button(
action: {},
label: {}
)
.frame(width: 240.0, height: 70.0)
.buttonStyle(HarmonicStyle())