【发布时间】:2017-06-25 19:27:29
【问题描述】:
就像 UITableView
items.bindTo(tableView.rx.items(cellIdentifier: "cellIdentifier", cellType: AttentionTableViewCell.self)){(row,dic,cell) in
cell.configueCell(with: dic)
}.addDisposableTo(dispose)
【问题讨论】:
-
您能否添加您尝试过的内容以及您想要的结果?
-
我建议你通过提供更多细节来改进问题......而不是使用评论分享。
标签: ios swift uipickerview rx-swift