Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

deadsoldier10

macrumors newbie
Original poster
Oct 12, 2011
1
0
HI
I want the table to scroll horizontally.so I have used a scrollview in viewcontroller and have added a tableview to it.
UITableView *tab = [[UITableView alloc]initWithFrame:CGRectMake(0, 0, 1000, 460)]; [scroll addSubview:tab];
Now I have to add a customcell to the tableview.So can anyone help how to add the custom cell to the table view.Also tell me if i am following a correct approach..please help;I am stuck up very badly..:(
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.