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
- swift
- php
- app intents
- Xcode
- SwiftUI
- IOS
- 애플인텔리전스
- colorLiteral
- BindableObject
- 동형 암호
- error outputting keys and certificates
- EnvironmentObject
- ObservableObject
- URLSession
- URLSessionConfiguration
- apple intelligence
- MAC
- Homomorphic Encryption
- provisioning file path
- HTTP
- VirtualBox
- 앱 인텐트
- #colorLiteral
- Data Flow Through SwiftUI
- apache
- ObObjective c
- AI
- Security as a Service
- pipelines
- 정보관리기술사
Archives
- Today
- Total
목록ObObjective c (1)
Project Jo
UIAlertController 를 여러번 띄우기
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