阅读背景:

'NSData dataWithContentsOfURL:'内存泄漏ios9.x ?

来源:互联网 

My code is the following:

我的代码如下:

- (void)viewDidLoad
{
    [super viewDidLoad];
    NSString *theURLString = @"https://website.com/musicFile";
    NSData *theData = [NSData dataWithContentsOfURL:[NSURL URLWithString:theURLString]];
}
- (void)v



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: