Quantcast
Channel: Active questions tagged uipickerview - Stack Overflow
Viewing all articles
Browse latest Browse all 594

How to realize UIPickerView with RXSwift

$
0
0

just like UITableView

    items.bindTo(tableView.rx.items(cellIdentifier: "cellIdentifier", cellType: AttentionTableViewCell.self)){(row,dic,cell) in        cell.configueCell(with: dic)    }.addDisposableTo(dispose)

Viewing all articles
Browse latest Browse all 594

Trending Articles