gpt4 book ai didi

ios - 在 iOS : Lines and Rectangles 中创建 PDF

转载 作者:行者123 更新时间:2023-11-29 11:12:19 25 4
gpt4 key购买 nike

我已经在 iOS 下主要使用 [NSString drawAtPoint] 创建了一些 PDF。

我的问题是:如何绘制直线和矩形?
以及如何绘制灰色框/框架作为背景层以在其中包含文本?

编辑:好的,我发现了一些关于绘制矩形的东西:renderInContext。尽管如此,这段代码:
UILabel *lbl = [[UILabel alloc] initWithFrame:CGRectMake(100, 240, 300, 150)];<br/>
[lbl setBackgroundColor:[UIColor redColor]];<br/>
[[lbl layer] renderInContext:currentContext];<br/>

正在使用正确的宽度/高度绘制 UILabel,但起点 (0, 0) 错误!
知道为什么吗?

最佳答案

关于ios - 在 iOS : Lines and Rectangles 中创建 PDF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10977021/

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