Hi Guys,
I'm working on an interactive kids book which has about 50 pages, and need to figure out the best way to implement a navigation system.
Delegates/Protocols/Layers ... i'm somewhat confused as to which is the best way to go. Essentially each page will be a separate scene object. Rather than programming the navigation in each scene, I just want to write 1 navigation class that I can pull in to (or rather, on top of) each scene quickly and easily.
I have already written a singleton class for handling navigation changes which is working nicely, so now it's about building the navigation view and how best to apply it to each page.
Any guidance on the best practice (non-dirty!) way of doing this would be much appreciated.
Thanks a lot guys, looking forward to your responses!
Emile