Writing on practices and principles to achieve sustainable codebases in iOS for developers and tech firms.
How to draw images programmatically without Views or UIViews for your Tests
Would you like to gain some performance in your tests by drawing images without needing a UIViewController, UIView, or Views? This article shows how to draw a tiny square image using UIGraphicsImageRenderer without using an UIView/View and in any thread.