Quick Trick to Make Your App Snappier
Feb 12, 2019, 8:45 PM
Reduce lag in view controller transitions by 75ms
Quick Trick to Make Your App Snappier
Feb 12, 2019, 8:45 PM
Reduce lag in view controller transitions by 75ms
Measuring your iOS app’s true startup time in production
Nov 19, 2018, 8:45 PM
Update With iOS 13, Apple has released histogrammedTimeToFirstDraw, which has a timer that “starts when the user taps the app icon and ends when the system draws the first screen that’s not the launch screen”. Try seeing if that meets your...
Replacing the system allocator on iOS for fun and profit
Oct 29, 2018, 9:45 PM
A lesser-known optimization
Replacing the system allocator on iOS for fun and profit
Oct 29, 2018, 9:45 PM
A lesser-known optimization
One Quick Way to Drastically Reduce your iOS App’s Download Size
Oct 17, 2018, 9:45 PM
Note: this trick doesn’t apply to iOS 13+
One Quick Way to Drastically Reduce your iOS App’s Download Size
Oct 17, 2018, 9:45 PM
Before you read this article: Apple says that it will reduce the download size of all apps by 50% by “packaging” them differently. They are probably fixing the problems that this article provides workarounds for, making this article...