[4주차 회의] References 👩‍💻

2023. 1. 27. 17:10UniversityMakeUsChallenge/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