Tags · jakemarsh/JMStaticContentTableViewController · GitHub
Skip to content

Tags: jakemarsh/JMStaticContentTableViewController

Tags

2.0.0

Toggle 2.0.0's commit message
Add Swift rewrite with SwiftUI support

Major modernization of JMStaticContentTableViewController:

- Add Swift Package Manager support (iOS 15+, macOS 12+, tvOS 15+)
- Implement modern Swift API with closures
- Add SwiftUI JMStaticContentList component
- Add built-in cell types: text, toggle, value
- Add comprehensive test suite (25 tests)
- Fix issue #4: removeAllSections now properly syncs with tableView
- Update README with Swift/SwiftUI examples and migration guide
- Maintain backward compatibility with Objective-C code

0.3.1

Toggle 0.3.1's commit message
Merge pull request #12 from cdzombak/cdz/update-podspec

Bump podspec to v0.3.1

0.3.0

Toggle 0.3.0's commit message
Merge pull request #9 from paulz/master

Fix highlighting when selecting a cell

0.2.0

Toggle 0.2.0's commit message
Bump version with latest changes. Update Version in .podspec

0.1.1

Toggle 0.1.1's commit message
Fixing .podspec

0.1.0

Toggle 0.1.0's commit message
Tidying up README

0.0.1

Toggle 0.0.1's commit message
Initial commit.