Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 846 Bytes

WDExpandableTableView

Expandable TableView for iOS written in Swift

CocoaPods Compatible License Platform

GitHub Logo

Installation:

Manual:

Download this project and add WDExpandableTableView folder (with WDExpandableTableView.swift file) to your project

CocoaPods:

target '<TargetName>' do
    use_frameworks!
    pod 'WDExpandableTableView', ' ~> 0.0.9'
end

Note

Documentation is still in preparation.