- Notifications
You must be signed in to change notification settings - Fork3
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
License
omaralbeik/StackableTableView
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
AUITableView subclass that enables setting an array of views for both headers and footers utilizingUIStackView
- iOS 11.0+
Once you have your Swift package set up, addingStackableTableView as a dependency is as easy as adding it to the dependencies value of yourPackage.swift.
dependencies:[.package(url:"https://github.com/omaralbeik/StackableTableView.git", from:"1.0.0")]
To integrateStackableTableView into your Xcode project usingCocoaPods, specify it in yourPodfile
pod'StackableTableView'
To integrate StackableTableView into your Xcode project usingCarthage, specify it in yourCartfile
github"omaralbeik/StackableTableView" ~>1.0.0
Add the Sources folder to your Xcode project.
StackableTableView is available under the MIT license. See theLICENSE file for more info.
About
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
