Rendering SwiftUI views within UITableView or UICollectionView cells on iOS 16
Explains how to use iOS 16's new UIHostingConfiguration to embed SwiftUI views within UITableView and UICollectionView cells.
Explains how to use iOS 16's new UIHostingConfiguration to embed SwiftUI views within UITableView and UICollectionView cells.
Explains how to refresh header and footer views in iOS TableView/CollectionView using Diffable Data Source's section identifiers and associated values.
A tutorial on implementing a modern swipe-to-delete action with a custom trash icon in an iOS TableView using trailingSwipeActionsConfiguration.
A guide to using iOS 13's new Diffable Data Source API for UITableView to simplify data management and avoid common update errors.
A beginner's tutorial on creating and using UITableView programmatically in Swift with Auto Layout, covering setup, data sources, and constraints.
A Swift tutorial on creating self-sizing UITableView and UICollectionView cells that support device rotation and dynamic fonts.
Argues for deprecating UITableView in favor of the more flexible UICollectionView, citing Apple's internal work on table-like collection view layouts.
A technical guide on creating a transparent UITableView with a custom background view and implementing tap gestures to hide/show the table.