Skip to content

Instantly share code, notes, and snippets.

View 0rientd's full-sized avatar

Carlos '0rientd' Henrique 0rientd

View GitHub Profile
@0rientd
0rientd / animationCircleBlurred.swift
Created July 1, 2021 15:20
Animation circle blurred with SwiftUI
//
// ContentView.swift
// blurLogo
//
// Created by 0rientd on 29/06/21.
//
import SwiftUI
struct ContentView: View {
@0rientd
0rientd / ContentView.swift
Last active July 1, 2021 15:23
Credit Card in SwiftUI
//
// ContentView.swift
// creditCard
//
// Created by 0rientd on 17/06/21.
//
import SwiftUI
import PlaygroundSupport