Skip to content

[Question] Change detailText Without Storing Row #143

@reteps

Description

@reteps

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions