我整理我的NSSet
使用:不兼容的指針類型發送 'NSSortDescriptor * __強' 到類型的參數「的NSArray *
NSSortDescriptor *descriptor = [[NSSortDescriptor alloc] initWithKey:@"name" ascending:YES];
[[testSet.questions allObjects] sortedArrayUsingDescriptors:descriptor]; // warning
但它會導致警告:
Incompatible pointer types sending 'NSSortDescriptor *__strong' to parameter of type 'NSArray *
閱讀文檔,預計會有NSSortDescriptors數組! – Karl
@BaZinga你是否擺脫了警告與我的答案。 – Mayur
-1太本地化。快速瀏覽文檔解釋了一切。 – borrrden