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)...