Ok well I figured out the "why" but I still don't know about the "how" to fix it.
MY project started with Apples "Bubble Level" sample and has grown into something much larger with custom classes and views.
Well the bubbleLevel has a XIB file that's setup for my games "levelView" and when I have the levelView as the first view that's loaded in my viewController everything works just fine.
if however I have my startScreen view set as my first view in my ViewController class and then flip over to the levelView the animations are broken. (I want the startScreen to be my initial view)
I think this is because the XIB is only setup for the levelView and not my new custom views.
I have not used IB at all in my project and really don't know how to use it (I like sticking with code only)
can someone please help me get the kinks out of this problem?
|