当我调用方法[self presentViewController:[self.storyboard instantiateViewControllerWithIdentifier:@"MagicPaint"] animated:YES completion:^{}];
时
在MagicPaint中,触摸后退按钮后,[self dismissViewControllerAnimated:NO completion:^{}];
每次增加大约100KB的物理内存。
如何释放100KB内存?
我正在使用iOS 5.0 ARC