-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onboarding process is tightly tied to AppDelegate, Sage and CoreData #24
Comments
This can be remedied by removing |
I am working on cleaning this up on https://github.com/chb/AppCore/tree/develop/modularize_onboarding but it needs thorough refactoring in many areas. |
@peculiar Could you have a look and recommend next steps? Thanks! |
What I currently have is that There are still dependencies I don't like very much, some view controllers for example ask the app delegate for the current user when probably the user should be known to My current idea is to encapsulate everything into |
Feature/bridge 663 & 806
Similar to issue #16 , the onboarding process, especially
APCOnboarding
andAPCOnboardingTask
, import all the things plus APCAppDelegate.h.To make it usable with only parts of the onboarding process the header imports need to be cleaned up and some dependencies removed.
The text was updated successfully, but these errors were encountered: