Blog Posts
99 Bottles of Beer in Swift
Recursive Swift without using variables
August 21, 2021After UIView transform frame is not used
The story of chasing a UICollectionView issue caused by a transform
April 16, 2021Concluding iOS Coordinators
Stop, Pop, and Dismiss Coordinators and their ViewControllers
November 9, 2020Dotted Line UIView in Swift
Create a horizontal dotted or dashed line in Swift with UIView and CALayer
December 10, 2020@Escaping Closures in Swift
Success and Failure Closures in Swift
November 16, 2020Solved - Extension Must Not Contain Stored Properties
How to fix Swift error - Extension Must Not Contain Stored Properties
November 17, 2020NavigationView in SwiftUI
How to set navigation bar titles
February 18, 2021Right to Left UICollectionView
Setup a UICollectionView where the zero index is on the right
April 16, 2021Rx Observable Types
Difference between Observable Single Maybe in Rx and RxSwift
October 1, 2020Swift Variable DidSet Logic
When does Swift call `didSet()` on variables
July 27, 2020Solved - Swift XCTest Cannot Find in Scope
Solve XCTest Cannot find in scope
April 5, 2021SwiftUI isn't ready for production
Why we didn't and you shouldn't switch to SwiftUI yet
June 4, 2021SwiftUI Toggle calls function on change
How to set Toggle value and send requests after changes
February 17, 2021UI Tests with XCTest in Swift
Everything you need to know to write UITests
July 20, 2021Cheatsheet Posts
iOS Development and XCode Cheatsheet
My Favorite iOS Development and XCode Commands and Reads
May 26, 2021SwiftUI Cheatsheet
Everything I know about SwiftUI
February 17, 2021SwiftUI Views
Short description of each library view I've used
February 18, 2021