A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
- iOS 11.0+
Once you have your Swift package set up, adding StackableTableView as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/omaralbeik/StackableTableView.git", from: "1.0.0")
]To integrate StackableTableView into your Xcode project using CocoaPods, specify it in your Podfile
pod 'StackableTableView'To integrate StackableTableView into your Xcode project using Carthage, specify it in your Cartfile
github "omaralbeik/StackableTableView" ~> 1.0.0Add the Sources folder to your Xcode project.
StackableTableView is available under the MIT license. See the LICENSE file for more info.
