在网上观看和观看仪器时,我看到在玩.时使用记忆的高潮。 (总共约23甲基溴)
As I leave the view (it is in a UINavigation view) all memory get cleared as it should. (using ARC)
<>strong>IMPORTANT: 我正在从科索沃综合安全分遣队装上录像,而不是从服务器上装载。
< Question: 在拍摄录像时,是否有办法减少记忆?
NSURLCache *sharedCache = [[NSURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:nil];
[NSURLCache setSharedURLCache:sharedCache];
//
NSURLRequest *request = [[NSURLRequest alloc] initWithURL: videoURL cachePolicy: NSURLRequestReloadIgnoringLocalAndRemoteCacheData timeoutInterval: 10.0];
[webView loadRequest: request];
[webView setOpaque:NO];