gpt4 book ai didi

iphone - NSSet如何随机提取对象?

转载 作者:可可西里 更新时间:2023-11-01 03:02:16 25 4
gpt4 key购买 nike

我不确定 NSSet 的 anyObject 是如何工作的。 “返回的对象是在集合方便时选择的”(来自NSSet class reference)是什么意思?

此外,我怎样才能最好地从 NSSet 中随机提取对象?我正在考虑将 allObjects 放入一个数组中,然后是 myArray[arc4random_uniform(x)],其中 x 是数组中对象的数量。

最佳答案

引自 NSSet Class Reference :

The object returned is chosen at the set’s convenience—the selection is not guaranteed to be random.

对于“随机性”,使用[theSet allObjects]NSSet转换为NSArray
接下来,使用 arc4random_uniform() 随机选取任何对象。

关于iphone - NSSet如何随机提取对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11234630/

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