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
I try to find out how to get selected value , but have not a clue. Could you give me a hint how to do
In SignUpViewController.swift maleOrFemale: ViewControllerFormItem
if let x = context.returnedObject as? SwiftyFORM.OptionRowFormItem
we can get title of user selected, but is there a way to get identifier 1(male)
OptionRow("Male", "1"),
OptionRow("Female", "2"),
Thank you very much
The text was updated successfully, but these errors were encountered:
I try to find out how to get selected value , but have not a clue. Could you give me a hint how to do
In SignUpViewController.swift maleOrFemale: ViewControllerFormItem
if let x = context.returnedObject as? SwiftyFORM.OptionRowFormItem
we can get title of user selected, but is there a way to get identifier 1(male)
OptionRow("Male", "1"),
OptionRow("Female", "2"),
Thank you very much
The text was updated successfully, but these errors were encountered: