作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我想在 TextView 上添加图像,并需要适当的间距,如屏幕截图所示。
我曾尝试在 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/
我是一名优秀的程序员,十分优秀!