When I simulate a memory warning, viewDidUnload
should run on unused objects, right?
How do I go about figuring out WHY my UIView won't go away?
FYI I'm using ARC and every ivar
is an IBOutlet
and looks like:
@property (nonatomic, weak) IBOutlet UIView *someView;