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 Swift iOS developer dissects their new Bible verse memorization app, explaining how features like UITableView, Core Data, and NSFetchedResultsController were implemented.
A technical walkthrough of building the 10 Read 10 Said iOS app, covering Swift features like UITableView, Core Data, and NSFetchedResultsController.
A Swift tutorial on implementing a swipe-to-delete workflow in UITableView with a confirmation step.
A Swift screencast tutorial on setting up a table view with Storyboard, Auto Layout, and data source protocol methods.
Guide to implementing pull-to-refresh in Swift for iOS, covering UITableViewController and regular UIViewController with UITableView.
Tutorial on using NSFetchedResultsController with Swift to display Core Data in a UITableView.
Guide on using NSFetchedResultsController with UITableView in Swift to display Core Data efficiently.
Tutorial on creating a custom UITableViewCell for text input in Swift using Xcode and Storyboard.
A step-by-step guide to creating a custom UITableViewCell for text input in Swift, leveraging table views for data entry forms.
A cheat sheet for iOS developers covering common UITableViewDataSource protocol methods with Swift code stubs.
A technical guide on creating a transparent UITableView with a custom background view and implementing tap gestures to hide/show the table.