I am new to iOS programming
I would like to Save the Selected Cell (cell.detailTextLabel.text) to another Textfield outside of table view in the same viewController .
Can anyone suggest me how?
I am new to iOS programming I would like to Save the Selected Cell
Share
Use this delegate method of the table view,
declare variable name selectedLabelName in your viewcontroller