iOS 15 ์์ ์ฌ์ฉํ๋ UIButton.ConfigurationUpdateHandler ๋ฅผ ๊ฐ์ง๊ณ ๋ฒํผ์ ์ํ์ ๋ฐ๋ผ์ ๋์ํด๋ณด๋๋ก ํ๋ค. enum ButtonState { case enable case disable } var completeButtonIsEnabled: ButtonState = .disable { didSet { if completeButtonIsEnabled == .disable { completeButton.isEnabled = false if #available(iOS 15.0, *) { completeButton.setNeedsUpdateConfiguration() } } else { completeButton.isEnabled = true if #available(iOS ..
iOS 15 ์์ UIButton ์ ์๋ก์๊ธด UIButton.Configuration ์ ๋ํด์ ์์๋ณด์! ๋จผ์ , ๊ฐ๋ฐ์๋ฌธ์๋ฅผ ๋ฐ๋ผ๊ฐ๋ฉด์ ๋ฒํผ์ ๋ง๋๋ ๋ฐฉ๋ฒ์ ๋ํด์ ์์๋ณด์. Creating Buttons โจ init(frame: CGRect) Creates a new button with the specified frame. โจinit(frame: CGRect, primaryAction: UIAction?) Creates a new button with the specified frame, registers the primary action event, and sets the title and image to the action’s title and image. iOS14 ๋ถํฐ ์ฌ์ฉ๊ฐ๋ฅํ ์์ฑ์์ด๋ค..
- urlsession
- Swift
- RxCocoa
- projectsetting
- Protocol
- WidgetKit
- async/await
- github
- Firebase
- MOYA
- ์๋ฒํต์
- 2022 KAKAO TECH INTERNSHIP
- rxswift
- WWDC22
- UserDefaults
- Objective-C
- OpenSourceLibrary
- WWDC
- IOS
- Widget
- containerBackground
- APNS
- configurable widget
- MVVM
- Algorithm
- Notification
- CloneCoding
- SwiftUI
- YPImagePicker
- watchOS
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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