开发者

How to Add an NSMutableIndexSet to Another?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜