UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"login" message:@"메세지" delegate:self cancelButtonTitle:@"확인" otherButtonTitles:@"취소", nil];
[alert show];
[alert release];
참고 : http://blowmj.tistory.com/entry/IPhoneUIAlertView경고창-띄우는-방법과-경고창이-여러개일-때-이벤트-구별하는-방법
'iPhone App' 카테고리의 다른 글
[iphone] 메모리 접근 오류 해결법(EXC_BAD_ACCESS) (0) | 2011.09.07 |
---|---|
[iphone] Lost Focus 하는법, UIView에서 Touch event 받는법 (0) | 2011.09.05 |
[iphone] synthesize 에서 "_" 언더바를 쓰는 이유 (0) | 2011.08.29 |
[iphone] TextField Foucs 가게하기 (0) | 2011.08.26 |
[iphone] 처음에 Logo Image 나오게하기 (Splash Image) (0) | 2011.08.24 |