Skip to content

Instantly share code, notes, and snippets.

View amosgyamfi's full-sized avatar

Amos Gyamfi amosgyamfi

View GitHub Profile
//
// CloudCompositingView.swift
// OpenSwiftUIDesigns
//
// Created by Amos Gyamfi on 9.4.2024.
//
import SwiftUI
struct CloudCompositingView: View {
withAnimation(.bouncy(duration: 0.5, extraBounce: 0.5)) {
isDraggingRight = false
}
//
// LabelView.swift
// OpenSwiftUIDesigns
//
// Created by Amos Gyamfi on 4.4.2024.
//
import SwiftUI
struct LabelView: View {
//
// LetVarDeclaration.swift
// SwiftInfo
//
// Created by Amos Gyamfi on 1.4.2024.
//
import SwiftUI
struct LetVarDeclaration: View {
//
// LoadFromRemoteURL.swift
// OpenvisionOS
//
// Created by Amos Gyamfi on 24.3.2024.
//
import SwiftUI
import RealityKit
import RealityKitContent
//
// DefaultAnimationAnimationModifier.swift
// OpenSwiftUIAnimations
import SwiftUI
struct DefaultAnimationAnimationModifier: View {
let letters = Array("Hello")
@State private var flipAngle = Double.zero
//
// DefaultAnimationWithAnimation.swift
// OpenSwiftUIAnimations
//
// Created by Amos Gyamfi on 16.3.2024.
//
import SwiftUI
struct DefaultAnimationWithAnimation: View {
import SwiftUI
import CallKit
class IncomingCallViewController: UIViewController, CXProviderDelegate {
func providerDidReset(_ provider: CXProvider) {
}
override func viewDidLoad() {
super.viewDidLoad()
//
// DefaultAnimationAnimationModifier.swift
// OpenSwiftUIAnimations
import SwiftUI
struct DefaultAnimationAnimationModifier: View {
let letters = Array("Hello")
@State private var flipAngle = Double.zero
//
// DefaultAnimationWithAnimation.swift
// OpenSwiftUIAnimations
//
// Created by Amos Gyamfi on 16.3.2024.
//
import SwiftUI
struct DefaultAnimationWithAnimation: View {