gpt4 book ai didi

ios - 使用自定义间距和文本在 UITextView 上添加图像

转载 作者:可可西里 更新时间:2023-11-01 04:06:09 24 4
gpt4 key购买 nike

我想在 TextView 上添加图像,并需要适当的间距,如屏幕截图所示。 Its A screenshot as I want as per design:

我曾尝试在 textview 上添加图像,但我在按要求放置文本时遇到问题。请就此向我提供帮助。

最佳答案

在定义textView和imageView后添加如下代码。

import CoreText.Framework

UIBezierPath *exclusionPath = [UIBezierPath bezierPathWithRect:CGRectMake(0, 0, imageView.frame.size.width, imageView.frame.size.height)];

textView.textContainer.exclusionPaths = @[exclusionPath];

[textView addSubview:imageView];

要对核心文本教程有一个清晰的认识,请参阅raywenderlich

关于ios - 使用自定义间距和文本在 UITextView 上添加图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19451747/

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