JNYJ

JNYJ - IOS - DEV

 

如何实现圆角的UITextView ?

#import <QuartzCore/QuartzCore.h>

用layer
UITextView.layer.cornerRadius = 6;
UITextView.layer.masksToBounds = YES;
角度可以自己调

posted on 2011-01-21 14:13  JNYJ  阅读(524)  评论(0编辑  收藏  举报

导航