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