Unlike the project Imaging-1, you moved UINavigationControllerDelegate to interactor (business logic).
Why did you do that, I always thought business logic should not be dependent o UIkit?
|
class HomeInteractor: NSObject, HomeBusinessLogic, HomeDataStore, UINavigationControllerDelegate, UIImagePickerControllerDelegate |
Unlike the project Imaging-1, you moved
UINavigationControllerDelegateto interactor (business logic).Why did you do that, I always thought business logic should not be dependent o UIkit?
Imaging-2/Imaging/Scenes/Home/HomeInteractor.swift
Line 25 in 5c8152e