https://github.com/omaralbeik/stackabletableview
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
https://github.com/omaralbeik/stackabletableview
autolayout ios swift uikit uistackview uitableview
Last synced: 9 months ago
JSON representation
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
- Host: GitHub
- URL: https://github.com/omaralbeik/stackabletableview
- Owner: omaralbeik
- License: mit
- Created: 2019-12-17T21:13:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T14:01:47.000Z (over 3 years ago)
- Last Synced: 2025-04-04T14:53:56.465Z (9 months ago)
- Topics: autolayout, ios, swift, uikit, uistackview, uitableview
- Language: Swift
- Homepage:
- Size: 2.31 MB
- Stars: 73
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://codecov.io/gh/omaralbeik/StackableTableView)
[](https://cocoapods.org/pods/StackableTableView)
[](https://cocoapods.org/pods/StackableTableView)
[](https://github.com/Carthage/Carthage)
[](https://swift.org/package-manager/)
[](https://cocoapods.org/pods/StackableTableView)
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`.
```swift
dependencies: [
.package(url: "https://github.com/omaralbeik/StackableTableView.git", from: "1.0.0")
]
```
### CocoaPods
To integrate `StackableTableView` into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`
```ruby
pod 'StackableTableView'
```
### Carthage
To integrate StackableTableView into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`
```ruby
github "omaralbeik/StackableTableView" ~> 1.0.0
```
### Manually
Add the [Sources]() folder to your Xcode project.
## License
StackableTableView is available under the MIT license. See the [LICENSE](LICENSE) file for more info.