Join Examsbook
627 0

Q: Explain the correct way to manage Outlets memory?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

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.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully