將CGPoint這種類型的數據保存到NSArray裏

// 存: [array addObject:[NSValue valueWithCGPoint:point]];  // 取: CGPoint anotherPoint = [[array objectAtIndex:index] CGPointValue];  // 另外:  xCoords = [NSArray arrayWithObjects:[NSNumber numberWithFlo
相關文章
相關標籤/搜索