About Store Forum Documentation Contact



Post Reply 
Native IOS ui overlay
Author Message
amit Offline
Member

Post: #1
Native IOS ui overlay
Can I code custom xcode ui on top of game in ios?
that is, after exporting to ios, can i use xib editor in xcode to make 2d ui and interact with the game?
I can do it with basic opengl in xcode!

In other words how to render in opengl context given by default opengl template in xcode.
05-07-2014 11:50 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: Native IOS ui overlay
You will need to look into Apple iOS documentation.

I recommend getting Esenthel Source so you know what's going on behind the scenes.
05-08-2014 03:49 AM
Find all posts by this user Quote this message in a reply
amit Offline
Member

Post: #3
RE: Native IOS ui overlay
I can handle the IOS side, but need to know the esenthel side, does it render in UIview?
What is the skeleton code for IOS
05-08-2014 11:51 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #4
RE: Native IOS ui overlay
Hi, if you need this low level access, you need to get the source.

Thanks
05-08-2014 11:01 PM
Find all posts by this user Quote this message in a reply
amit Offline
Member

Post: #5
RE: Native IOS ui overlay
hmm ... ok
05-10-2014 05:32 PM
Find all posts by this user Quote this message in a reply
Post Reply