可扩展的UITextField,带有插入图像的选项 [英] Expandable UITextField with option for inserting image

查看:143
本文介绍了可扩展的UITextField,带有插入图像的选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作与iPhone默认消息应用程序相同的视图这里是屏幕截图我想要做的事情所以任何人都可以帮我建议第三方控制或技术在我的应用程序中进行这种控制

I want to make the same view as iPhone default message app here is the screen shot what i want to do so can any one help me for suggesting 3rd party control or technique for making this kind of control in my app

推荐答案

您可以直接在文本视图中添加图像视图。
试过这个

you can directly add your image view on text view. Tried this one

    UIImageView * image=[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"xyz.png"]];

    [textview addSubview:image];

这真的很有用。

这篇关于可扩展的UITextField,带有插入图像的选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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