Complete Swift Rewrite
JMStaticContentTableViewController has been completely rewritten in modern Swift with SwiftUI support.
New Features
- Modern Swift API - Clean, declarative syntax
- SwiftUI Support -
JMStaticContentListand related views - UIKit Support -
JMStaticContentTableViewControllersubclass - Built-in Cell Types - Text, toggle, navigation, and button cells
- Section Management - Add, insert, remove sections with animations
- Custom Cells - Use any
UITableViewCellsubclass
Requirements
- iOS 15.0+ / macOS 12.0+ / tvOS 15.0+
- Swift 5.9+
- Xcode 15+
Installation
dependencies: [
.package(url: "https://github.com/jakemarsh/JMStaticContentTableViewController.git", from: "2.0.0")
]Migration from 1.x
The block-based Objective-C API has been replaced with a modern Swift API. See README for examples.