我的应用程序中有 UIDeviceRGBColor 泄漏。
这似乎是 UIKIt 的问题。
下面是问题:
泄漏位于棕色提到的代码中:
有没有人遇到过这个问题?
是的,我也有同样的问题...
设备上的 iOS 6.0,但我的泄漏:
[pickerDate setDatePickerMode:UIDatePickerModeDate];
[pickerDate setMinimumDate:minimumDate];
[pickerDate setMaximumDate:today];
[pickerDate setDate:currentDateObject animated:YES]; // here is the leak, if I remove this line there is no leak, and leaks also a UIDeviceRGBColor
可能重复,请参阅此问题
**对不起,这应该是评论而不是答案**