码迷,mamicode.com
首页 > 移动开发 > 详细

ios- uitextview的详细使用方法

时间:2015-04-06 06:11:14      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

textView.layer.borderWidth = 5;
textView.layer.borderColor = [[UIColor colorWithRed:0.52 green:0.09 blue:0.07 alpha:0.5] CGColor];
 textView.layer.contents = (id)[UIImage imageNamed:@"xxxxx"].CGImage; //给图层添加背景图片 

 

//// UITextview相关文章

http://blog.csdn.net/yanfangjin/article/details/7673004

http://my.oschina.net/joanfen/blog/140143

 

//=====iOS:个性化UITextView(缩进,行距,铺满)
http://www.cnblogs.com/ios8/p/ios-uitextview-person.html

ios- uitextview的详细使用方法

标签:

原文地址:http://www.cnblogs.com/angongIT/p/4395254.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!