按照代码的照片幻灯片教程,我遇到了我认为是一些已弃用的代码。我有一个 ARC 错误autorelease
和一个警告setDelegate:self
NSXMLParser *photoParser = [[[NSXMLParser alloc]
initWithContentsOfURL:[NSURL URLWithString:
@"http://localhost/photos/index.xml"]] autorelease];
[photoParser setDelegate:self];