Skip to content

A multiple columns table view based on CoreGraphics and CoreText.

License

Notifications You must be signed in to change notification settings

wjiuxing/JXMultipleColumnsTableView

Repository files navigation

JXMultipleColumnsTableView

A multiple columns table view based on CoreGraphics framework.

preview image preview image

Installation

CocoaPods

JXMultipleColumnsTableView is available through CocoaPods. To install it, simply add the following line to your Podfile, and then import <JXMultipleColumnsTableView/JXMultipleColumnsTableView.h>:

pod 'JXMultipleColumnsTableView'

Manually

  1. Download the project and drop JXMultipleColumnsTableView folder into your project;
  2. Import file JXMultipleColumnsTableView.h.

How to use

Please refer to the demo.

Author

Amos King email: [email protected]

License

JXMultipleColumnsTableView is released under MIT license. See LICENSE for details.