반응형
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"알림"
message:[NSString stringWithFormat:@"\n%@\n어쩌구 저쩌구.","첨가할 텍스트 또는 변수"]
delegate:self
cancelButtonTitle:@"취소"
otherButtonTitles:@"이동",nil];
반응형
'Scrapbook > 개발 및 프로그래밍' 카테고리의 다른 글
[iOS] NSNotificationCenter 사용법 (0) | 2013.12.05 |
---|---|
IIS HTTP Err Log 중 Connection_Dropped 오류 (2) | 2013.11.26 |
[iOS] 웹뷰 스크롤 방지 (0) | 2013.10.16 |
[iOS] 웹뷰 백그라운드 투명 처리 (0) | 2013.10.16 |
[IOS] 화면 강제 밝기 후 이전 밝기 설정 복원 (1) | 2013.10.11 |