You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
I define a label as follows:
let row = FormRowDescriptor(tag: Static.label, type: .label, title: "my title")
For certain labels, I would like to add a disclosure indicator '>' at the end of the row.
I override the following method to determine which row was tapped:
}
I then use a segue to bring up the appropriate view for the row. Thus, how can I add a disclosure indicator to an arbitrary label line.
I tried:
row.configuration.cell.appearance["accessoryType"] = UITableViewCellAccessoryType.disclosureIndicator as AnyObject
Though, this errors out. Thank you for reading, and appreciate any thoughts on this happen.
The text was updated successfully, but these errors were encountered: