MultiColumnTableViewForiOS
MultiColumnTableViewForiOS copied to clipboard
getting index of line rows...
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 of the row which is tapped two times... How can i do it? When i get "indexPath.row" it returns me, the last index of the value that appears on the screen, then if i scroll it down, the index changes again to another number and the value of lines are mixing all... can u suggest me anything about that? Thanks