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