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
- RxCocoa
- Firebase
- SwiftUI
- WWDC22
- MVVM
- 2022 KAKAO TECH INTERNSHIP
- urlsession
- WWDC
- Swift
- projectsetting
- Notification
- WidgetKit
- ์๋ฒํต์
- Objective-C
- containerBackground
- MOYA
- Widget
- watchOS
- APNS
- github
- rxswift
- async/await
- Protocol
- IOS
- YPImagePicker
- CloneCoding
- configurable widget
- Algorithm
- OpenSourceLibrary
- 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 | 31 |
๋งํฌ
- Total
- Today
- Yesterday