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 .
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
Post a Comment