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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -