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
Post a Comment