开发者

How to Add an NSMutableIndexSet to Another?

开发者 https://www.devze.com 2023-04-10 11:36 出处:网络
I have an NSMutableIndexSet and I want to add indexes i开发者_StackOverflow中文版n it to another NSMutableIndexSet in my loop.

I have an NSMutableIndexSet and I want to add indexes i开发者_StackOverflow中文版n it to another NSMutableIndexSet in my loop.

I've been looking for right functions but unable to find anything.

How can I do that?


Have you tried this:

 [someIndexSet addIndexes:otherIndexSet]
0

精彩评论

暂无评论...
验证码 换一张
取 消