objective c - custom UIView view does not respond to "release" -


i have custom uiview class implements drawrect , iboutlet interface builder. assume pretty standard way of implementing custom views own drawing.

now, i'm doing deed release iboutlets in view controller's dealloc - however, noticed custom view classes not respond release - why be? inherit uiview, why xcode code sense feature not provide release on them? not necessary or possible release them memory?

release view , set view variable nil in viewdidunload method of view controller. viewdidunload method recommended place release iboutlets.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -