Tutorial: How to Create a Timed Paging Carousel Like Instagram
A tutorial on using iOS 17's new UIPageControlTimerProgress class to build an auto-advancing page carousel similar to Instagram Stories.
A tutorial on using iOS 17's new UIPageControlTimerProgress class to build an auto-advancing page carousel similar to Instagram Stories.
A tutorial on implementing the new iOS 17 palette picker menu style in both SwiftUI and UIKit for displaying compact, scrollable option rows.
A developer shares insights from building a production app with SwiftUI, comparing its strengths and weaknesses against UIKit for iOS development.
A tutorial on implementing single and multiple selection in UITableView using UIKit's diffable data sources.
Explains the differences between loadView and viewDidLoad in UIKit, focusing on memory management and weak vs. strong subviews.
A collection of 10 modern UIKit tips for iOS developers, covering dark mode support, trait collection changes, and UIButton context menus.
A Swift tutorial on implementing video selection and playback using UIImagePickerController and AVPlayer for iOS development.
A guide to building complex input forms for iOS apps using an updated collection view view-model framework in Swift.
A guide to creating reusable UI components in iOS using custom view subclasses in Swift, covering design principles and implementation.
A tutorial on creating a reusable Swift 5 class for picking images from the camera or photo library using UIImagePickerController.
A Swift tutorial on creating a custom UIView subclass by loading and integrating a xib file, including handling outlets and constraints.
A Swift tutorial on creating a UICollectionView and its custom cell programmatically without using Interface Builder.
A guide to UIColor best practices in Swift, covering color models, conversions, and practical code examples for iOS development.
A tutorial on implementing custom view controller transitions and interactive swipe gestures in iOS using Swift and UIKit.
Explains UIKit initialization patterns for UIViewController and UIView in Swift, covering storyboard, nib, and programmatic setup.
A tutorial on creating reusable view components for modern iOS collection views using compositional layout and diffable data sources.