I created a singleton called “<myAppState>” that I moved all of that to. That 
way even my windows, my logging, my push, everything that is shared between my 
OS X and iOS code and extensions would use that instead of the App Delegate. 
With that in place, very little if anything calls the app delegate anymore.

> On Jan 15, 2016, at 2:31 PM, Alex Zavatone <z...@mac.com> wrote:
> 
> And this framework would be utilized by other applications.
> 
> However, a good amount of app startup and config is triggered in the 
> appDelegate, same as push notification, opening the app via URLs and other 
> appDelegate related tasks would conflict with the appDelegate of the app 
> using the framework.
> 
> Is there a set of standard operating practices that are available online to 
> review for this type of app restructuring?
> 
> Thanks in advance.
> 
> - Alex Zavatone
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
> 
> This email sent to a...@webis.net


Alex Kac - El capitán


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to