A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
Requirements
iOS 11.0+
Installation
Swift Package Manager (Recommended)
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.
A
UITableView
subclass that enables setting an array of views for both headers and footers utilizingUIStackView
Requirements
Installation
Swift Package Manager (Recommended)
Once you have your Swift package set up, adding
StackableTableView
as a dependency is as easy as adding it to the dependencies value of yourPackage.swift
.CocoaPods
To integrate
StackableTableView
into your Xcode project using CocoaPods, specify it in yourPodfile
Carthage
To integrate StackableTableView into your Xcode project using Carthage, specify it in your
Cartfile
Manually
Add the Sources folder to your Xcode project.
License
StackableTableView is available under the MIT license. See the LICENSE file for more info.