我有一个流动补贴添加板(不是实际目标代码,而是名单)。 该书载有一份CNNSURLRequest。 The NSURLRequest is here:
NSString *urlAddress = @"http://www.google.com";
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[webView loadRequest:requestObj];
这个NSURLRequest hangs泉水板。 我确实进行了测试,我确信,这一NSURLRequest正在跳板上,而不是移动Substrate Tweak的任何其他成分。
我期待着你们的建议和/或解决办法。
UPDATE: I m going to try threading the loading of the page. If that doesn t work, I ll report back.