Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- YOLOv5
- YOLOv7
- processstart
- Text To Speech
- objectdetection
- Google API
- 사무자동화 #Selenium
- 업무자동화
- computervision
- pythonnet
- google cloud
- pypdf2
- yolo
- DeepLearning
- 사무자동화
- pdf merge
- Text-to-Speech
- 파이썬 #업무자동화 #python
- ironpython
- pyautogui
Archives
- Today
- Total
Doarchive
[objectiveC] Current view에 alert 띄우기 본문
1
2
3
4
5
6
7
8
9
|
UIAlertView *currentAlertView;
[currentAlertView dismissWithClickedButtonIndex:0 animated:YES];
currentAlertView = [[UIAlertView alloc] initWithTitle:@"" message:@"Device must be rebooted due to roading error." delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
[currentAlertView show];
|
cs |
728x90
'Mobile > iOS' 카테고리의 다른 글
[iOS] Dynamic framework 와 Static framework (0) | 2020.10.22 |
---|---|
[Xcode] breakpoint 안잡힐때 (0) | 2020.10.14 |
[Firebase/Database] users failed: permission_denied (0) | 2020.07.29 |
console에 데이터 안 잘리게 로그 남기기 ( bytes data NSString 으로 남기기 ) (0) | 2020.06.24 |
[XCode] Unit Test-2 Option Setting (0) | 2020.06.18 |