Xcode 5 - ios 7 - Unlock Levels when one level is completed
I have the main viewcontrols with 3 levels (3 x UIButtons) . The first one is visible while the other two are hidden. The second and third levels are going to be visible just when the previous level is completed. For example in level 1 when i chose the right question level 2 button became visible and so on. here an example Is there a simple way to achieve this? I am new to xcode and I just cannot figure out how to connect the continue button to unhide the level. here the link with the project file. http://salvonostrato.com//ex/xcode5/TESTlevels2.zip Any help is appreciated In ViwController.h i