gpt4 book ai didi

ios - 将属性分配给 ALAsset 的最佳方式?

转载 作者:行者123 更新时间:2023-11-28 22:47:48 25 4
gpt4 key购买 nike

将属性分配给现有类的最佳方式是什么?

我有一个现有的 ALAssets 数组,并且想为每个 Assets 分配一个 bool 值作为属性。我可以子类化,但是我必须将每个 ALAsset 复制到一个新的(?)我无法创建类别,因为我需要将该 bool 值存储在某处。

有什么想法吗?

最佳答案

Associative references, available starting in OS X v10.6, simulate the addition of object instance variables to an existing class. Using associative references, you can add storage to an object without modifying the class declaration.

Associative References Documentation (developer.apple.com)

关于ios - 将属性分配给 ALAsset 的最佳方式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12750051/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com