ios - UITableView with Horizontally wrapping cells -


i looking how to, in swift , interface builder, create uitableview in xcode table has set width (example: padding left , right edges of superview might 8). in table, want cells go across first row. when new cell can no longer fit in first row want go second row. when new cell can no longer fit on second row, want go third row, etc. want table scroll vertically.

if can point me examples or documentation on appreciate it.

you looking uicollectionview.

http://www.raywenderlich.com/78550/beginning-ios-collection-views-swift-part-1 https://developer.apple.com/library/ios/documentation/uikit/reference/uicollectionview_class/


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -