ios - Possible ways to do like UITableView Design with multiple columns.? -


i have gone through many of sites. didn't way achieve . far , came know using uitableview need make custom cell stuff of code , lots of stuffs on custom design gridview etc

https://github.com/tanin47/uigridview [here ok modify i'm looking within 1 class file].

. here need design below image .enter image description here

here, have done far using this link. not useful me.

if knows please share thought , or suggestion should appreciable.

you can create own custom uitableviewcell , design in such way contains multiple uibuttons arranged horizontally , seperated seperators image . here each uibutton representing seperate column , different selector methods must added target different buttons within cell . uibuttons vertically aligned in different rows must have similar selector. in order differentiate between buttons can set tag indexpath.row respective row .

i hope might solve problem :)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -