Autolayout(2)
-
[4주차 회의] References 👩💻
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..
2023.01.27 -
[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 any problems inherent with IB. It all boils down to user preference, though my personal recommendation is to stick to IB because that is the standard layout tool and it's very..
2023.01.26