iOS: javascript alert() 같은 경고창 구현
NSString *msg = nil; msg = @"경고창 메세지 입니다."; UIAlertView *alert = [[UIAlertView alloc] initWithTitle: @"Something was done" message: msg delegate: self cancelButonTitle: @"취소" otherButtonTitles: nil]; [alert show]; [alert release]; [msg release];
모바일/iOS
2012. 1. 15. 23:41
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- laravel
- JQuery
- nginx
- Wordpress
- javascript
- 안드로이드
- ASP
- 워드프레스
- Mac
- Docker
- mssql
- CSS
- 한글
- Prototype
- git
- iphone
- sencha touch
- IOS
- Linux
- PHP
- Debug
- JSON
- classic asp
- IE
- iis
- nodejs
- Android
- API
- macos
- centos
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함