Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

在ios应用下嵌套一个cocos creater生成的web Moble程序。------如何及时清理内存@creator开发团队

$
0
0

@chen8904 写道:

NSString *filePath = [[NSBundle mainBundle]pathForResource:@"web-mobile/index" ofType:@"html"];
NSString *htmlString = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];

myWebView = [[UIWebView alloc] initWithFrame:self.view.bounds];
myWebView.delegate = self;
[self.view addSubview:myWebView];

[myWebView loadHTMLString:htmlString baseURL:[NSURL URLWithString:filePath]];

这样创建的webview

销毁的时候内存不是一下就下降下来的。。。。如何当关掉web页的时候直接杀掉内存

帖子: 7

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>