iphone - Properties of objects on array (Objective-c) - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
iphone - Properties of objects on array (Objective-c) - Stack Overflow
Try this. STEP 1 : Cast it to the appropriate object type first s *myS = (s *)[array
objectAtIndex:0]; b *myB = (b *)[array objectAtIndex:1]; c *myC = (c ...