Level selection view - similiar to Angry Bird's

Posted by Piotr on Game Development See other posts from Game Development or by Piotr
Published on 2012-07-05T22:35:10Z Indexed on 2012/07/06 3:24 UTC
Read the original article Hit count: 394

Filed under:
|
|

I am making game and need to prepare view for level selection. Could you recommend me some opensource library which could I use? I need icons to vibrate after long pressing one of them, some callbacks after choosing them, possibility to prepare custom icon's view, page control and horizontal scrolling. I was trying to use OpenSpringBoard but weirdly couldn't see scrollview and pagecontrol working in this project - it seems that there's possibility to use only one page. On the other hand, myLauncher(https://github.com/dlinsin/myLauncher) isn't so easy to include in project, as I need a seperate view with some delegate methods.

I need to be compatible with >iOS 4.2

enter image description here

© Game Development or respective owner

Related posts about ios

Related posts about objective-c