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..
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..