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
- IOS
- sencha touch
- nginx
- JQuery
- IE
- 한글
- laravel
- 안드로이드
- javascript
- Linux
- API
- Android
- mssql
- iphone
- CSS
- 워드프레스
- Debug
- ASP
- centos
- PHP
- JSON
- git
- Docker
- classic asp
- iis
- Wordpress
- macos
- nodejs
- Prototype
- Mac
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함