Multi-platform image resizing
A guide to implementing image resizing extensions for both UIKit (iOS) and AppKit (macOS) in Swift, enabling cross-platform code.
A guide to implementing image resizing extensions for both UIKit (iOS) and AppKit (macOS) in Swift, enabling cross-platform code.
A guide to backporting SwiftUI 4's ImageRenderer to work on iOS 13, enabling view-to-image conversion for older iOS versions.
A technical guide on how to resize images in Swift using UIGraphicsImageRenderer and AVFoundation while preserving aspect ratio.
Explores the UIColor(patternImage:) initializer in iOS development for creating repeating image patterns, highlighting its uses and limitations.
A tutorial on using Apple's VisionKit framework to implement document scanning in iOS apps with under 10 lines of core code.
A tutorial on implementing a drop shadow effect on a UIVisualEffectView in iOS, similar to the style used in the iOS Maps app.
Investigates the thread safety of creating UIImage objects on background threads, analyzing crashes and Apple's documentation.