본문 바로가기

□컴퓨터 관련/★iPhone Developer

UITextField X Button Insert


'X' Button 삽입 방법은 아래와 같습니다.

- (void)ViewDidLoad {

...
...
...

    YourTextField.clearButtonMode = UITextFieldViewModeWhileEditing;
...
}

간단하죠^^

즐거운 앱개발 되시길~