Intro to SnapKit
Feb 8, 2021, 5:57 PM
A friendly introduction to SnapKit and it’s benefits over adding standard programmatic constraints.Written while using XCode 12.4 / SnapKit: 5.0.1Filmstack Project created with SnapKit. Github Repo coming soon.I. OverviewSnapkit is, “… a...
Xcode Programmatic Project Setup
Oct 16, 2020, 1:32 PM
Xcode version 12.01Programmatic constraints is a way of laying out and constraining views as opposed to using Storyboards. While more intimidating at first, programmatic constraints can be a faster way to create user interfaces. It just...
Programmatic UI: Discord
Aug 19, 2020, 12:59 PM
I have been practicing programmatic UI constraints and decided to test my current abilities by building something familiar from scratch. Two coffees later, I landed on the iOS Discord app.Full project source code can be found on...