[아이폰] UIAlertview - iphone alert 썸네일형 리스트형 [아이폰] UIAlertview - iphone alert UIAlertView* customAlert = [[UIAlertView alloc] initWithTitle:@"MoneyTodayPAD" message:@"머니투데이 신문보기는 뉴스가판대 서비스에서 이용하실수 있습니다. 뉴스가판대로 이동하시겠습니까?" delegate:nil cancelButtonTitle:@"확인" otherButtonTitles:nil]; [customAlert show]; [customAlert autorelease]; static BOOL diagStat = NO; //예,아니오 버튼의 상태를 저장할 임시 변수 -(class action){ UIAlertView *confirmDiag = [[UIAlertView alloc] initWithTitle:nil message:@"머.. 더보기 이전 1 다음