Skip to content

Instantly share code, notes, and snippets.

View iamyogish's full-sized avatar
👋

Yogish M iamyogish

👋
View GitHub Profile
@SwiftyAlex
SwiftyAlex / whatnotview.swift
Last active February 18, 2023 18:21
lil animation ❤️
import SwiftUI
struct WhatNotView<
OffCircleContent: View,
OnCircleContent: View,
OffTrailingContent: View,
OnTrailingContent: View
>: View {
@State var toggle: Bool = false
@ScaledMetric var scale: CGFloat = 1
@mluisbrown
mluisbrown / Rx2Ras-Cheatsheet.md
Last active May 19, 2024 10:47
An RxSwift to ReactiveSwift cheatsheet
//: Playground - noun: a place where people can play
import UIKit
import XCTest
struct Product {
var name: String
var price : Double
}
@JaviLorbada
JaviLorbada / FRP iOS Learning resources.md
Last active June 17, 2024 06:08
The best FRP iOS resources.

Videos

@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing