swift - Alternetive to TableView -


i'm doing app retrives data server , show in view using tableview. i'd view showing content images side side. image: image untappd app

is there native ios component tableview, spefic concept? should better approach this? thanks!

yep, take @ uicollectionview. it's sort of generalized tableview can support number of scrolling layout types.

for mockup posted, you'll want use uicollectionviewflowlayout configured cell size , horizontal/vertical spacing need.


Comments

Popular posts from this blog

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -