的iOS如何插入一个UITextView内嵌照片或视频缩略图? [英] iOS how to insert an inline photo or video thumbnail in a UITextView?

查看:1277
本文介绍了的iOS如何插入一个UITextView内嵌照片或视频缩略图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我期待在两个应用程序:原生的iOS邮件和Evernote的,看到他们两个让内联文本的小缩略图的嵌入重新presenting音频文件。这是一个UITextView土生土长的功能?

I'm looking at two apps: native iOS Mail and Evernote and see that both of them allow embedding of little thumbnails representing audio files inline with text. Is this a native feature of a UITextView?

我如何添加一个内联照片或视频缩略图成一个UITextView,像Evernote的应用程序?

推荐答案

在iOS 7或更高版本,可以使用NSTextAttachment插入内嵌图像的UITextView。一个例子来看看这个:<一href=\"http://stackoverflow.com/a/20930656/1262685\">http://stackoverflow.com/a/20930656/1262685

On iOS 7 or later, you can use NSTextAttachment to insert an inline image to UITextView. See this for an example: http://stackoverflow.com/a/20930656/1262685

有关视频缩略图,你需要自己创建缩略图。下面是做这件事:<一href=\"http://stackoverflow.com/a/19530997/1262685\">http://stackoverflow.com/a/19530997/1262685

For the video thumbnail, you'll need to create the thumbnail yourself. Here's one way to do it: http://stackoverflow.com/a/19530997/1262685

这篇关于的iOS如何插入一个UITextView内嵌照片或视频缩略图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆