CollapsibleTableHeaderView

A collapsible section header for UITableView written in Swift.


Keywords
cocoapods, ios, swift, swift5, tableview
License
MIT
Install
pod try CollapsibleTableHeaderView

Documentation

CollapsibleTableHeaderView

Travis (.com) Cocoapods Cocoapods Cocoapods platforms

CollapsibleTableHeaderView is a Swift library to have collapsible section headers inside your UITableViews.

Installation

Requirements

  • Xcode 10.2 or later
  • Swift 5.0 or later
  • iOS 12.0 or later

CocoaPods

CocoaPods is a dependency manager for Swift and Objective-C. To learn more about setting up your project for CocoaPods, please refer to the official documentation. To integrate CollapsibleTableHeaderView into your Xcode project using CocoaPods, you have to add it to your project's Podfile:

platform :ios, '12.0'

target 'YourApp' do
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
    use_frameworks!

    # Pods for YourApp
    pod 'CollapsibleTableHeaderView', '~> 0.1'
end

Then, run the following command:

$ pod install

Manually

To install CollapsibleTableHeaderView manually, just copy the Sources folder inside your Xcode project.

Usage

Coming soon…