JKExpandTableView icon indicating copy to clipboard operation
JKExpandTableView copied to clipboard

Expandable Nested Table View for iOS (iPhone & iPad). JKExpandTableView is a subclass of UITableView.

Results 12 JKExpandTableView issues
Sort by recently updated
recently updated
newest added

Hello guys, I have a problem to hide the black checkmark on child cells. Everytime I select a child item, it puts a black checkmark on the right of the...

Hello, i want to change color when child is selected of child label color which is child selected.

![jkexpandtableviewsamples_xcodeproj](https://cloud.githubusercontent.com/assets/64265/8017805/223e62c6-0c01-11e5-80da-6587d53be733.png)

Hello my friend, You nice expandable tableview works well for static data array. However, when my array changes (mutable), I trigger [tableview reloadData]; which doesn't call numberOfParentCells and so it...

- Fix compiler/linker error. - CoreGraphics Framework missing from test - Add ability to own custom cells, provide example. - Ability to specify custom height for parent and child cells...

Hello Jack! Thank you for you great class! ;D How can I setup a custom TableViewCell using JKExpandTableView? Which class do I have to use as super class? JKParentTableViewCell and...

Hi, First of all, great work with JKExpandTable! :+1: I've used it in my project - but i want to be able to select multiple child-Indexes of one parentCell only...

Added static library project. Now the project can be included as a git submodule. Updated sample app to use static lib. Used this [tutorial](http://www.galloway.me.uk/tutorials/ios-library-with-resources/)

How can i use header view for JKExpandTableView?