iOS) Alert ์ฐฝ ๋ง๋๋ ์ปค์คํ
๋ฉ์๋ ๋ถ์ํ๊ธฐ
๋ค์์ ์ ๊ฐ ์ฝ๋๋ฆฌ๋ทฐ๋ฅผ ์์ฑํ๋ ๋์ค ๊ธฐ๋กํ๊ณ ์ถ์ ๋ด์ฉ์ด๋ผ์ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค. ์ถ๋ฐ extension UIViewController { func makeAlert(title : String, message : String, okAction : ((UIAlertAction) -> Void)? = nil, completion : (() -> ())? = nil) { let alertViewController = UIAlertController(title: title, message: message, preferredStyle: .alert) let okAction = UIAlertAction(title: "ํ์ธ", style: .default, handler: okAction) alertViewCont..
iOS
2021. 11. 10. 14:45
TAG
- configurable widget
- projectsetting
- RxCocoa
- watchOS
- CloneCoding
- IOS
- Protocol
- OpenSourceLibrary
- MOYA
- github
- async/await
- MVVM
- rxswift
- WWDC22
- urlsession
- ์๋ฒํต์
- Notification
- Widget
- containerBackground
- WWDC
- APNS
- SwiftUI
- Swift
- Objective-C
- YPImagePicker
- Algorithm
- WidgetKit
- Firebase
- 2022 KAKAO TECH INTERNSHIP
- UserDefaults
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
๊ธ ๋ณด๊ดํจ
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
๋งํฌ
- Total
- Today
- Yesterday