TAG:
uikit

Blog Posts

After UIView transform frame is not used

The story of chasing a UICollectionView issue caused by a transform

April 16, 2021
Swift logo

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

Dotted Line UIView in Swift

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

December 10, 2020
Swift logo

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

Is UITableView at the top?

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

April 6, 2020

Right to Left UICollectionView

Setup a UICollectionView where the zero index is on the right

April 16, 2021
Swift logo

Cheatsheet Posts