Skip to content

Instantly share code, notes, and snippets.

View zirkler's full-sized avatar
🏠
Working from home

Christof Zirkler zirkler

🏠
Working from home
View GitHub Profile
@zirkler
zirkler / gist:d83f24aeffb332a47dc8372c90026e26
Last active April 19, 2023 13:27
stackview_scrollview
import UIKit
import PlaygroundSupport
class MyViewController : UIViewController {
// 1.
lazy var stackView: UIStackView = {
let stackView = UIStackView()
stackView.axis = .horizontal
stackView.spacing = 20
@zirkler
zirkler / apps.md
Last active March 21, 2018 07:58
OSX Clean Install