iphone - Customize the position of group in UITableView -
is possible customize position of groups in uitableviewcontroller
? example, drawing groups horizontally or customize space inside 2 groups.
thanks.
if targeting ios 6+, uicollectionview
implements features looking for. can horizontal layout out of box , uicollectionviewlayout
allows customize display , positioning of items. if targeting ios 4.3+, there third-party implementation of called pstcollectionview.
the
uicollectionview
class manages ordered collection of data items , presents them using customizable layouts. collection views provide same general function table views except collection view able support more single-column layouts. collection views support customizable layouts can used implement multi-column grids, tiled layouts, circular layouts, , many more. can change layout of collection view dynamically if want.
Comments
Post a Comment