iphone - UIScrollView with a UITableView mechanism -
i looking third party library allow me use uiscrollview uitableview mechanism, have viewforrowatindexpath, numberofrowsatindexpath.. reusing views. know uitableview subclass of uiscrollview, want more customization kind of hard when using uitableview.
since uitableviewcell subclass of uiview, use custom uitableviewcell, adding view uitableviewcell's subview. assuming views of same size. (in table view controller's init method, remember set self.tableview.rowheight value accommodate heights of views.)
see customizing cells section of apple's table view programming guide ios more info.
Comments
Post a Comment