The screenshot is shown here:
I entered the values in these 3 textField , Now on button "Save" click, I want to clear the text in those 3 textfield at a time.
Set empty text on save button click action.
nameField.text = ""
ageField.text = ""
salaryField.text = ""