Another library with the amazing simplicity, but not just for static tables.
yp.yearSelected.subscribe(onNext: { year in
self.settings.year = year
// Set Value Here!
}).disposed(by: self.disposeBag)
...Row(text: "Change Year", detailText: year, selection: {
self.present(yp, animated: true)
}, accessory: .disclosureIndicator)...
Hi, I am looking for 1 of these things:
A way to set
detailTextinside selectionAnother library with the amazing simplicity, but not just for static tables.