Prashant Shrivastava
Prashant Shrivastava

Reputation: 11

load uiscrollview same as uitableview

I need to make a cell having a larger length with no of sub views and i am having a no of these cells.i added all of these cells in UIScrollview,When I scroll scrollview I want that it load just like as UITableView Loaded. Please Suggest Some Method With Code.

Thanks In Advance.

Upvotes: 0

Views: 117

Answers (1)

Ilanchezhian
Ilanchezhian

Reputation: 17478

You need not to use UIScrollView. I prefer having custom UITableViewCell which would be reused.

Upvotes: 1

Related Questions