I’ve 5 labels and 2 text fields in my iphone application when i end the application and restarts it the label and text fields will contain perviously used data. I want to make it clear all labels and text fields when application starts please any one help me Thanks in Advance.
Share
Set the value of fields and labels nil i.e label.text = @””; in ViewWillAppear it’ll clear fields and labels when come back to tab.