Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Change detailText Without Storing Row #143

Open
reteps opened this issue Jan 29, 2019 · 0 comments
Open

[Question] Change detailText Without Storing Row #143

reteps opened this issue Jan 29, 2019 · 0 comments

Comments

@reteps
Copy link

reteps commented Jan 29, 2019

Hi, I am looking for 1 of these things:

  • A way to set detailText inside selection

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant