JKExpandTableView
JKExpandTableView copied to clipboard
Table Cell overflow the Frame
Hello ,
The table does not fit the frame that i have chosen instead it is overflows the Frame Please help !!!!
Please find the Below image how it should look like : I used
JKExpandable* tbkJkTable = [tbkJkTable initWithFrame:CGRectMake(0, 10, 280 , 50) style:UITableViewStylePlain];
But due to this i can only update the Frame and the Tableview didselect row is not performed . Scroll is working and the reusing existing JKParentTableViewCell is called perfectly . DataSource is also bound into the Table perfectly.
Table overflows and hides the Searchbar
Original Image
Hi there, unfortunately your specific scenario is not supported but please feel free to submit a pull request.
Hi jackkwok, is there any solution to this problem, I've implement your great Table bat I steel blocked with the frame size tks.