swift(26)
-
AppDelegate & SceneDelegate โ๏ธ
1. AppDelegate https://dev200ok.blogspot.com/2020/05/ios-appdelegate.html https://developer.apple.com/documentation/uikit/uiapplicationdelegate Apple Developer Documentation developer.apple.com @MainActor protocol UIApplicationDelegate Your app delegate object manages your app’s shared behaviors. The app delegate is effectively the root object of your app, and it works in conjunction with UIAppl..
2022.09.27 -
๐ Information Property List (info.plist)
https://developer.apple.com/documentation/bundleresources/information_property_list Apple Developer Documentation developer.apple.com Property List Information Property List A resource containing key-value pairs that identify and configure a bundle. Discussion Bundles, which represent executables of different kinds, contain an information property list file. This collection of key-value pairs sp..
2022.09.22 -
โฟ iOS Swift Closure & @escaping ํด๋ก์ ์ ๋ฆฌ
https://www.youtube.com/watch?v=xiS5gJOIQxI https://dongminyoon.tistory.com/14 https://babbab2.tistory.com/81 https://babbab2.tistory.com/82 https://babbab2.tistory.com/83 // TODO: completion handler ์ดํด func translatinEnglishToKorean(text: String, completion: @escaping () -> Void) { // text๋ completion์ด๋ผ๋ ํด๋ก์ ๋ฅผ ๋ฐ์ ๊ฑฐ๊ณ , ๋ค์ ๋ด์ฉ์ ์ด ํจ์์ ์คํ ๊ณผ์ , ๊ทธ๋ฆฌ๊ณ ๋ง์ง๋ง์ closure ์คํ englishToKoreanTranslator.translate(tex..
2022.08.26 -
๐ [MC3: ๋ฐฅ๋จน์ธ?] SignInViewController, EmailLoginViewController ๊ตฌํ ๋ฐ ๋์์ธ 2022.07.20
-
2022. 07. 20 ์์์ผ 2022.07.20
-
2022 Async Swift ํ์ฌ (7/15) ๐ฅณ 2022.07.17
-
2022. 07. 16 ํ ์์ผ 2022.07.17
-
2022. 07. 12 ํ์์ผ 2022.07.12
-
๐งพ 3. ๊ณ์ฐ๊ธฐ ์ฑ
โ๏ธ ๋ฐฐ์ด ๊ฒ๋ค - UI Stack View์ ํ์ฉ - @IBInspectable : customView ์์ฑ์ ์คํ ๋ฆฌ๋ณด๋์์ ๋ฐ๋ก ๋ณ๊ฒฝ ๊ฐ๋ฅ - @IBDesignable : ๋ณ๊ฒฝ๋ ์์ฑ์ด ์ค์๊ฐ์ผ๋ก ์คํ ๋ฆฌ๋ณด๋์ ์ ์ฉ๋จ - RoundButton : ์ฐ๋ฆฌ๊ฐ ์ ์ํ customView https://github.com/SohyeonKim-dev/2022_fast_campus_IOS/tree/main/Part2%20Basic/chap3%20๊ณ์ฐ๊ธฐ%20์ฑ GitHub - SohyeonKim-dev/2022_fast_campus_IOS: 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉ๐ป 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉ๐ป. Contribute to SohyeonKim-dev/2..
2022.07.05 -
๐ก2. LED ์ ๊ดํ ์ฑ
https://github.com/SohyeonKim-dev/2022_fast_campus_IOS/tree/main/Part2%20Basic/chap2%20LED%20์ ๊ดํ%20์ฑ GitHub - SohyeonKim-dev/2022_fast_campus_IOS: 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉ๐ป 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉ๐ป. Contribute to SohyeonKim-dev/2022_fast_campus_IOS development by creating an account on GitHub. github.com
2022.07.05