Crazy Football 365

This is a test of reaction speed. Football has been flying in all directions. Birds have to avoid these footballs and get gold and diamonds. To get the higher score, quickly invite your friends together to challenge it!

Crazy Football 365_第1张图片
Crazy Football 365_第2张图片
Crazy Football 365_第3张图片
Crazy Football 365_第4张图片
Crazy Football 365_第5张图片

Level Selection Controller (WNXSelectStageViewController)

The level selection controller UIScrollView realize scrollWizard into 24 WNXStageListView (of course, you can also create their own cache pool reuse, personally feel that no need), each WNXStageListView has a corresponding level information model stageModel, the model attributes from the project -> Resources-> Plist-> stages.plist file to read, according to the member variables in the model, load the level corresponding to the information, such as level pictures, whether to unlock, the player's history score and rank markers.

Each WNXStageListView, according to the ID set a different Tag, and provides the click gesture in the stageView click event. Call the navigation controller, Push to the WNXPrepareViewController controller, and select the stageModel as an argument to pass, WNXPrepareViewController to make the appropriate The display can be.

你可能感兴趣的:(Crazy Football 365)