多个 UITableViews - 内存管理建议

发布于 2024-12-02 03:08:38 字数 282 浏览 2 评论 0原文

我有一个包含很多页面(大约 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文