Table views with Monkey

Monkey Targets Forums/iOS/Table views with Monkey

zardon(Posted 2013) [#1]
Hello there

In the game New Star Soccer they use table views to go up/down and it has similar gesture recognition and handling and as Monkey isn't specifically for UI gadgets, how was the integration of table views made possible?

One of the reasons why I chose Monkey was because I was very frustrated with cocos2d, I just couldn't get things to work, nothing was worse than combining tableviews with sprites, and when I saw New Star Soccer was solving problems that I was encountering fairly easily it was an instant buy moment.

Are things like implementing UI gadgets, like table views pretty easy to do? I'd want to do it so I can combine sprites with it too.

With thanks


MikeHart(Posted 2013) [#2]
He has created its own gui system. There is no native ui elements involved.


zardon(Posted 2013) [#3]
Oh okay. Thanks