TAG:
ios

Blog Posts

99 Bottles of Beer in Swift

Recursive Swift without using variables

August 21, 2021
Swift logo

After UIView transform frame is not used

The story of chasing a UICollectionView issue caused by a transform

April 16, 2021
Swift logo

App Store Connect build versions

iOS Testflight version difference between major, minor, patch, and build

June 8, 2020

AppStoreConnect - Newer Build Available

Solve rejecting a build and upgrading the version

December 18, 2020

Autolayout Parent UIView is Maximum of Child Views

When the parent needs to be at least as large as the children, how do you setup the views

March 4, 2020

Concluding iOS Coordinators

Stop, Pop, and Dismiss Coordinators and their ViewControllers

November 9, 2020
Swift logo

Delete breakpoints in XCode 5

How to delete all or some breakpoints in XCode 5

May 27, 2020

Dotted Line UIView in Swift

Create a horizontal dotted or dashed line in Swift with UIView and CALayer

December 10, 2020
Swift logo

@Escaping Closures in Swift

Success and Failure Closures in Swift

November 16, 2020
Swift logo

Solved - Extension Must Not Contain Stored Properties

How to fix Swift error - Extension Must Not Contain Stored Properties

November 17, 2020
Swift logo

Hey Siri, Send Nudes

iOS Shortcuts to keep them on their toes

April 19, 2019

How to remove UIGraphicsImageRenderer UIImageView border

UIGraphicsImageRenderer adds a border, here is how to remove it

June 23, 2020

How to subview a ViewController with a ViewController

Adding a ViewController to another ViewController shouldn't be difficult

April 9, 2020

Improve iOS Build Times

How our iOS incremental build times were decreased

September 9, 2020

iOS Provisioning Profile Guide

Everything I know about setting up Certificates for XCode and iOS devices

April 26, 2021

Is UITableView at the top?

How to determine if a UITableView is at the top of its datasource

April 6, 2020

NavigationView in SwiftUI

How to set navigation bar titles

February 18, 2021
Swift logo

Right to Left UICollectionView

Setup a UICollectionView where the zero index is on the right

April 16, 2021
Swift logo

Rx Observable Types

Difference between Observable Single Maybe in Rx and RxSwift

October 1, 2020
Swift logo

Swift Class Style Guide

How to organize your class files in a predictable way

February 28, 2020

Swift Variable DidSet Logic

When does Swift call `didSet()` on variables

July 27, 2020
Swift logo

SwiftUI isn't ready for production

Why we didn't and you shouldn't switch to SwiftUI yet

June 4, 2021
Swift logo

SwiftUI Toggle calls function on change

How to set Toggle value and send requests after changes

February 17, 2021
Swift logo

Cheatsheet Posts