MultiColumnTableViewForiOS
MultiColumnTableViewForiOS copied to clipboard
Implemented a multi-column table view based on the UITableView for iOS
Hi Xenofex, I have been playing around with the grid and have been trying to find an easy way to not use sections. What I have come up with, which...
I want the user to select a row, and it stays selected, for better visualisation... Thank you
I used this library, looks good, but there is a problem, I could not get the didSelectRow, as I need row data on selection so that I can edit that...
Hi, when request reloadData the cell UiView will not recreate only header dimension will recreate, so if i want change column number, cells data are wrong positioned also wrong dimension....
Hi. I want to put a UIgesture to the rows that lines are written (not section). I mean "Line: (x,x)" ones. to do it, i have to get the index...
I have 2 columns that are horizontally scrollable next to the left stationary column. Scrolling vertically is not smooth. I've tried setting all labels opaque, as well as the tableview...
Hi, I have a table view with 5 columns and 20 rows. Is there a method to scroll to a particular row/column (e.g. scroll to column 3 and row 15)?
Hi, Good Work & an excellent controller. Right the application works fine, one wish to drag one whole column to another one.But , is it possible to move the single...