I'm using Matthew York's great drop in https://github.com/MatthewYork/iPhone-IntroductionTutorial to display a HUD for my App to give an intorduction overview to it's features and functionality.
However i'm seeing this load each time the application loads. I've followed the instructions but think i'm catching myself out by placing the calls and commands in my first view which loads on view as the default and thus loading each time the app loads.
Where would be the best place to launch this from?
Any help would be great!