[4์ฃผ์ฐจ ํšŒ์˜] References ๐Ÿ‘ฉโ€๐Ÿ’ป

2023. 1. 27. 17:10ใ†UniversityMakeUsChallenge/BonheurAppProject

 

 

 

1. CocoaPod vs Swift Package Manager

https://sohyeonkim-dev.tistory.com/135

 

[Swift] CocoaPod vs Swift Package Manager

1. CocoaPod vs Swift Package Manager Podfile์„ ํ†ตํ•ด ํŒจํ‚ค์ง€ ์„ค์น˜๋ฅผ ํ•˜๋Š” ๊ฒƒ๊ณผ, XCode ๋‚ด๋ถ€์—์„œ ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๋ฅผ ํ†ตํ•ด ์„ค์น˜ํ•˜๋Š” ๊ฒƒ ๋‘˜์˜ ์ฐจ์ด(์žฅ๋‹จ์ )๊ฐ€ ๊ถ๊ธˆํ–ˆ๋‹ค. ๋ฌด์ž‘์ • ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๊ฐ€ ๋” ์ข‹์ง€! ๋ณด๋‹ค๋Š”,

sohyeonkim-dev.tistory.com

 

 

 

2. SnapKit vs AutoLayout & Pros and cons of using 3rd-Party

https://sohyeonkim-dev.tistory.com/136

 

[Swift] SnapKit vs AutoLayout & Pros and cons of using 3rd-Party

SnapKit vs AutoLayout - ์ฝ”๋“œ Base๋กœ Programmaticallyํ•˜๊ฒŒ UI๋ฅผ ๊ตฌํ˜„ํ•  ๋•Œ ๋งˆ์ฃผ์น˜๋Š” ๊ณ ๋ฏผ SnapKit is a powerful auto layout library with a minimal amount of code to minimize developer work in managing constraints. SnapKit doesn't really solve a

sohyeonkim-dev.tistory.com

 

 

 

3. XCode Project File 

https://sohyeonkim-dev.tistory.com/137

 

[Swift] XCode Project File (.xcodeproj, .pbxproj) & Conflict์— ๋Œ€ํ•˜์—ฌ

Xcode Project An Xcode project is a repository for all the files, resources, and information required to build one or more software products. A project contains all the elements used to build your products and maintains the relationships between those elem

sohyeonkim-dev.tistory.com

 

 

 

4. Alamofire vs Moya

https://sohyeonkim-dev.tistory.com/138

 

[Swift] Alamofire vs Moya & URLSession์— ๋Œ€ํ•˜์—ฌ

URLSession The URLSession class and related classes provide an API for downloading data from and uploading data to endpoints indicated by URLs. Your app can also use this API to perform background downloads when your app isnโ€™t running or, in iOS, while y

sohyeonkim-dev.tistory.com