Di1 [iOS+@] Dependency Injection (의존성 주입) Dependency Injection이란어떤 object에게 그것이 필요로 하는 것, 객체 즉 dependency를 주는 것(Give)그 object가 다른 객체들(dependencies)을 직접 만들게 하는 게 아니라! 유의어들: initializer injection = constructor injection, property injection, method injection(이들은 Dependency injection을 구현하는 방법들이라고 합니다.) 이해하기 쉬운 예제 코드class ParentView { let networkManager = NetworkManager() let bag = Bag() let childView: ChildView = ChildView()}class ChildVie.. 2025. 3. 24. 이전 1 다음 728x90