gpt4 book ai didi

ios - 将 UIBezierPath 转换为字符串

转载 作者:行者123 更新时间:2023-11-28 21:41:36 25 4
gpt4 key购买 nike

当我 NSLog 一个 UIBezierPath 对象时,它显示了 MoveTo 和 CurveTo 的详细信息...所以我想知道我是否可以将 UIBezierPath 对象转换为字符串?

最佳答案

如果您想要一个在 NSLog 中看到的字符串,那么只需执行以下操作:

UIBezierPath *path = ... // your bezier path
NSString *pathString = [NSString stringWithFormat:@"%@", path];

关于ios - 将 UIBezierPath 转换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31846861/

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