iOS where should the cleaning code of a custom `UIView` go? -
i have custom uiview , unregister receiving notifications , other cleaning stuff, should set cleaning code?
i'd set in dealloc.
-(void)dealloc { // tear downwards here } ios uiview
No comments:
Post a Comment