I'm working on project and I want to create iCarousel that contains different scenes details. To be clear, My app save arenas with their contents in XML files from SKScene, and I want to have a previews of all the arenas before I load them. and thought that iCarousel would be a good solution, but I don' know if it is possible.
What I already do is: 1-I Created a project with Storyboard that contains tab bar view. 2- One tab is used for the SKScene and saving elements (The scene is working perfectly and everything is there to switch to the second tab). 3- The second is used to present the iCarousel, where I should preview my arenas (Maps).
Can anyone help and suggest a solution to my problem? And if iCarousel is a good choice. Please tell me how to do it.
It's a little expensive in term of storage capacity, but it works perfectly. Here's what you'll get:
When you click load arena, you'll get the following view to select your arena:
You have to select the arena and the click on the green button to return back to the calling view with the chosen arena loaded.
and here's the way to achieve it:
and the picture are taken each time the user save an arena using this method:
}
For the iCarousel class, use this link: The iCarousel repository I hope this will help.