ios - UIKit中的UIDataSourceModelAssociation协议到底是干嘛用的?
大家讲道理
大家讲道理 2017-04-17 15:21:07
[iOS讨论组]

The UIDataSourceModelAssociation protocol defines an interface for providing persistent references to data objects in your app. Your data source objects can adopt this protocol in order to assist a corresponding table or collection view during the state restoration process. Those classes use the methods of this protocol to ensure that the same data objects (and not just the same row indexes) are scrolled into view and selected.

根据上面引子文档的定义,这个协议用来帮助table view或 collection view保持对数据模型中对象的引用,确保在选中行时,相应的对象也被选中。

我不明白这个协议的作用到底体现在哪里,而且我实现了协议中仅有的两个方法,然后运行程序,点击table view的行,发现它们根本没有被调用过。

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

全部回复(1)
黄舟

我也发现了没被调用,不知道调用的条件是什么.

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号