creating custom UITableView in iPhone -


can create uitableview uitableview cell in horizontal vertically aligned

enter image description here

please advise.

well, possible modify uitableview , add cell rows contain multiple views set in horizontal order, require lot of custom work, in opinion, lose benefit of using uitableview,

what suggest here create custom view, has custom datasource , delegate, , create own view drawing logic, since complex view, require more work customize table view, creating ne uiview subclass


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -