Badges
Seto Elkahfi committed
Aug 15, 2023 at 15:39 UTC
02f6e647da5f0bf2660deaa0d0bad51e9ca6bd79
1 file changed
+2
README.md
+2
@@ -3,6 +3,8 @@
3
[](http://cocoapods.org/pods/JomloTableView)
4
[](http://cocoapods.org/pods/JomloTableView)
5
[](http://cocoapods.org/pods/JomloTableView)
6
+[](https://swiftpackageindex.com/setoelkahfi/JomloTableView)
7
+[](https://swiftpackageindex.com/setoelkahfi/JomloTableView)
8
9
An iOS UITableView with detachable section and row. Use single section with multiple rows, or multiple sections with multiple rows.
10
Conforming UITableViewDelegate and UITableViewDataSource in every view controller is a mundane and repetitive task. Move the delegate and the data source directly to the table view, and supply the table with section(s) and row(s). Free yourself from Massive-View-Controller.