gpt4 book ai didi

iPhone - 将 CGPath 添加到 NSMutableArray...如何?

转载 作者:行者123 更新时间:2023-12-03 18:42:44 24 4
gpt4 key购买 nike

当我需要将整数添加到我使用的数组时

[myArray addObject:[NSNumber numberWithInt:myInt]];

但是 CGPaths 呢?如何将它们添加到数组中?

我需要类似的东西

"[NSValue valueWithCGPath:myPath]"... ???!!!

有什么线索吗?谢谢

最佳答案

如果您可以面向 iOS 3.2 或更高版本,最简单的方法是将 CGPathRef 包装在 UIBezierPath 中:

[myArray addObject:[UIBezierPath bezierPathWithCGPath:myPath]];

如果您需要支持早期的 iO​​S 版本,可以使用 CFArray 而不是 NSArray,因为 CGPath 派生自 CFType.

关于iPhone - 将 CGPath 添加到 NSMutableArray...如何?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6403953/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com