Skip to content

VladimirDinic/WDExpandableTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.