ios - Custom UITableView Which is like ASP.Net Grid -
i'm trying develop ipad application , need custom uitableview similar asp.net grid.
i can't use default uitableview because need more 1 column , replicates dynamically columns of dataset.
i searched making customuitablecell's cannot find example that.
you can
- just use single tableview customcell showing values in labels , use [i prefer this]
or
- create subclass of uitableview
- make design in required
- initialize , add subviews[ in loop specifying frame width , orgin x in frame ]to view required inputs
Comments
Post a Comment