Objective-C语言查找数组的不同对象ID

示例

// ***查找数组的不同对象ID ***
NSLog(@"Distinct id : %@",[array valueForKeyPath:@"@distinctUnionOfObjects.id"]);