AutoreleasePool icon indicating copy to clipboard operation
AutoreleasePool copied to clipboard

AutoreleasePool

Results 2 AutoreleasePool issues
Sort by recently updated
recently updated
newest added

场景一: 2017-10-14 22:10:41.680201+0800 autorelease[7273:146176] string: leichunfeng 2017-10-14 22:10:41.680495+0800 autorelease[7273:146176] string: leichunfeng 2017-10-14 22:10:41.688007+0800 autorelease[7273:146176] string: leichunfeng 场景二: 2017-10-14 22:12:50.991138+0800 autorelease[7349:149891] string: leichunfeng 2017-10-14 22:12:50.991394+0800 autorelease[7349:149891] string: leichunfeng 2017-10-14 22:12:50.996902+0800 autorelease[7349:149891]...

你文章中列举了一些设备,并注明了新的设备上,本实验的结果已经不再成立 其实我发现跟UIStoryboard有关系,只要是UIStoryboard加载出来的viewcontroller,就出现string_weak_无法释放的情况 如果是xib加载出来的则实验结果还是一致的 我只是知道现象,请问大神是否知道原因