多个 UITableViews - 内存管理建议
我有一个包含很多页面(大约 50 个)的 UIPageControl,每个页面代表一个大约有 250 行的 UITableView。我根据需要在 UIScrollView 上添加 UITableView 子视图,以将内存使用率保持在较低水平。但是,如果您浏览到所有页面并向下滚动所有 TableView,内存使用量就会激增,从而使应用程序变得非常慢。请告诉我您对如何保持尽可能低的内存使用量的见解。我曾想过删除除视图中的子视图之外的所有其他子视图,但是由于表视图的内容是使用 MSXML 动态加载的,这并不是很方便。请指教。
先感谢您
I have a UIPageControl with lots of pages (around 50) each of which represents a UITableView which has around 250 rows. I add the UITableView subview on the UIScrollView on demand as to keep the memory usage at low levels. However if you browse to all pages and scroll down through all the TableViews the memory usage shoots up making the application really slow. Please give me your insights on how to keep the memory usage as low as possible. I have thought of removing all other subviews except the one in view however since the content of the tableviews is dynamically loaded using MSXML this is not really convenient. Please advice.
Thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论