#import <QuartzCore/QuartzCore.h>
textView.layer.cornerRadius = 8;
textView.layer.borderWidth = 1;
textView.layer.borderColor = [[UIColor grayColor] CGColor];
textView.layer.cornerRadius = 8;
textView.layer.borderWidth = 1;
textView.layer.borderColor = [[UIColor grayColor] CGColor];
'공개 포스팅' 카테고리의 다른 글
The model used to open the store is incompatible with the one used to create the store (0) | 2010.06.20 |
---|---|
SQLite (0) | 2010.06.16 |
맥에서 svn( Subversion ) 사용하기 (0) | 2010.06.12 |
맥에서 프로젝트 공유 (0) | 2010.06.12 |
맥에서 아이피 확인 (0) | 2010.06.05 |