Swinject Tutorial for iOS
5 minute read Published: 2024-02-22- 원문: https://www.kodeco.com/17-swinject-tutorial-for-ios-getting-started
- 이 튜토리얼에서는 Swift로 작성된 의존성 주입 프레임워크인 Swinject를 통해 의존성 주입(DI)의 개념에 대해 알아본다
Reusable
protocol 을 이용하여 cell register , dequeueReusableCell
상속대신 프로토콜을 이용하여 StackViewController 구현방법