Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2つの配列があります。1つはNSDatesで構成され、もう1つは一意の識別子として使用するintで構成されています。
NSDate配列をsortedArrayUsingSelector:@selector(compare:)完全に並べ替える方法を使用して並べ替えます。問題は、これらの日付を元のUID(他のNSArray)に関連付ける必要があることです。
sortedArrayUsingSelector:@selector(compare:)
これを行う簡単な方法はありますか、それともfor / ifステートメントを実行する必要がありますか?
1つのNSDictionaryで2つのアレイを関連付けることができませんでしたか?そうすれば、好きなように並べ替えてもかまいません。