Swift
UIView Gradient Background in Swift
Learn how to create a UIView with a gradient background in Swift.
iOS developer since 2009. I've built top ranking apps and learned a lot about Swift along the way. I regularly post Swift examples with many more articles in progress. Follow Advanced Swift!
Swift
Learn how to create a UIView with a gradient background in Swift.
Swift
Learn how to resize UICollectionViewCells and refresh the UICollectionView layout on rotation in Swift.
Swift
Learn how to implement UICollectionViewCells with a constant width and autosizing height.
Swift
Is Xcode AutoLayout breaking on a UIIBSystemGenerated constraint. Find out why!
iOS
A walkthrough of Counters, an Instruments tool to reliably find performance improvements in apps.
Swift
Learn how to generate random numbers, get random elements from an array, set a seed, and more random related logic in Swift.