Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- #colorLiteral
- error outputting keys and certificates
- Xcode
- Homomorphic Encryption
- SwiftUI
- colorLiteral
- apache
- apple intelligence
- IOS
- HTTP
- ObservableObject
- URLSessionConfiguration
- pipelines
- AI
- ObObjective c
- URLSession
- MAC
- 정보관리기술사
- EnvironmentObject
- swift
- php
- provisioning file path
- app intents
- VirtualBox
- Data Flow Through SwiftUI
- 동형 암호
- 애플인텔리전스
- Security as a Service
- BindableObject
- 앱 인텐트
Archives
- Today
- Total
목록ObObjective c (1)
Project Jo
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/kYXtx/btqGU1xIj2N/fIDktr5wMTrsWmdJxQJ8Q0/img.png)
UIAlertController 를 사용하게 되면서 UIAlertView 와는 다르게 어러개의 팝업이 중첩되어 표시되지 않는 상황을 확인하였다. 따라서 윈도우 1개에 UIAlertController 1개를 표시하여 여러개의 UIAlertController 를 표시가 가능하게 하는 방법이 좋아보여 정리하였다. 단, 해당 방법은 윈도우에 추가 하기 때문에 최근에 나온 Scene 을 이용하는 앱에는 사용이 불가능하다. ObObjective c - (void)showAlert { __block UIWindow *alertWindow = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; alertWindow.rootViewController = [[U..
Developer/iOS
2020. 8. 20. 20:00