Create them as properties in the header that are retained. In the viewDidUnload set the outlets to nil(i.e self.outlet = nil). Finally in dealloc make sure to release the outlet.
-
With Storyboards, all screens are stored in a single file. This gives you a conceptual overview of the visual representation for the app an...
-
Object Oriented programming is a programming style that is associated with the concept of Class, Objects and various other concepts revolvi...
-
Providing Counts for the Picker View – numberOfComponentsInPickerView: – pickerView:numberOfRowsInComponent: Delegate - Setting the Dim...