Skip to content

Instantly share code, notes, and snippets.

View atrinh0's full-sized avatar
🐾

An Huggins atrinh0

🐾
View GitHub Profile
@atrinh0
atrinh0 / underdogdev_combine.swift
Last active April 25, 2021 17:21
Combine walkthrough
import Foundation
import Combine
import UIKit
import PlaygroundSupport
struct Image: Decodable {
let url: String
}
let stackView = UIStackView(frame: CGRect(x: 0, y: 0, width: 200, height: 600))
@atrinh0
atrinh0 / checklist.md
Last active September 23, 2021 16:06 — forked from DreamingInBinary/Best in Class iOS Checklist
Best in Class iOS Checklist 🧐

A Best in Class Checklist

A boiled down checklist adapted from this post, created by @jordanmorgan10.

To use this, create a Github Issue in your own repo, and simply copy and paste this text.

iOS Core Technology

Things any iOS app can benefit from