[UITextView+Placeholder] textView에 placeHolder 를 추가 할 수 있는 소스

ios UITextView placeHolder

기본 UITextView 에는 placeholder 를 추가 할 수 없다 ..

위 소스를 추가하면 UITextView 에서도 placeHolder 를 추가 할 수 있다.


UITextView *textView = [[UITextView alloc] init];

[textView setPlaceHolder:@"여기에 입력하세요."];

박현진 7년전 질문


댓글 0

댓글작성

목록보기