[Objective-C]textField 입력필드 이용시 키보드 컨트롤 방법.
example.h -(void)keyboardWillShow:(NSNotification *)notice; example.m - (BOOL)textFieldShouldReturn:(UITextField *)textField { if (textfield instance == textField) { [nameTextField resignFirstResponder]; [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:0.3]; CGRect rect = self.view.frame; rect.origin.y += 100; rect.size.height -=100; self.view.frame = rect; [UIView commitA..
STUDY/Objective-C
2011. 1. 17. 02:38
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- server
- review
- ipod touch
- 1일 1포스팅
- MAC
- html5
- cassandra
- Canon 40D
- 잡담
- ROR
- linux
- 보안
- 사진
- Apple Store
- windows
- Java
- HTML
- 한빛비즈
- 하늘
- mysql
- Objective C
- it
- ruby
- 리뷰
- jQuery
- IIS
- photo
- iPhone
- 한빛리더스
- 석양
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함