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 |
29 | 30 |
Tags
- MacOS
- 양자화
- MCP
- Xcode
- swift
- ai 모델 학습시키기
- 파인튜닝
- LLM
- SwiftUI
- Llama
- apache
- MAC
- vibe coding
- 정보관리기술사
- apple gpu
- finetuning
- Quantization
- HTTP
- ollama
- python
- VirtualBox
- OSX
- persona
- WWDC
- php
- Claude
- Fine Tuning
- AI
- IOS
- 클로드
Archives
- Today
- Total
목록UIAlertView (1)
Project Jo

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