How to create object on iOS 7

Monkey Targets Forums/iOS/How to create object on iOS 7

soXes(Posted 2013) [#1]
Hi All,

I am facing with an issue that is view is not display on iOS 7. I created a bar on top screen like this:

Local topbar:ftObject = eng.CreateBox(cw, 40, cw/2, 20)
topbar.SetLayer(bgLayer)
topbar.SetColor(0,155,0)

but it is not display on iOS 7, it displayed correctly on other iOS version. i am using fantomEngine and not set canvas size

Can you help me on this? I am a new monkey programmer


soXes(Posted 2013) [#2]
I found out the solution that is the same reason with topic http://www.monkeycoder.co.nz/Community/posts.php?topic=5800

:)

hope this help


MikeHart(Posted 2013) [#3]
I am glad that it isnīt an issue with fE.