Ok I am trying to wrap my head around this universal app setup. I need to have some code load for both iphone/ipad outside of the AppDelegate, how would I load this without duplicating the code in both the iphone and ipad versions?
I have a TabBarController and need to load some code before this is loaded completely.
I have a TabBarController and need to load some code before this is loaded completely.