ShizhongLi

Results 4 comments of ShizhongLi

OK, here's the sample code: @IBOutlet weak var tableViewLeft: UITableView! var infoTableLeft: RETableViewManager! var infoSectionLeft: RETableViewSection! var infoItemLeftUp: REPickerItem! And in viewDidLoad: ``` self.infoTableLeft = RETableViewManager(tableView: self.tableViewLeft) self.infoTableLeft.tableView?.scrollEnabled = false...

Oh, by the way, the infoOptions is: var infoOptions = ["时间", "距离", "速度", "平均速度", "热量燃烧"]

Sorry man, but it seems not many relative APIs about RETableViewPickerCell given by the author. I haven't use it as well. Can you use REPickerItem instead of RETableViewPickerCell to fulfill...