开发者

Corona SDK and IBOutlets

开发者 https://www.devze.com 2023-02-23 23:19 出处:网络
Somebody correct me if im wrong. There is no way (at开发者_C百科 least no supported way) to create a View/Windows based iPhone app using the Corona SDK?

Somebody correct me if im wrong.

There is no way (at开发者_C百科 least no supported way) to create a View/Windows based iPhone app using the Corona SDK?

I say this mainly because i see no way to work with IBOutlets (anything related to the interface builder). Which makes me believe Corona is not converting anything to Objective C, but rather converts the Lua script to C/C++.

Thanks!


The latest new feature in Corona (currently available only to subscribers) is Corona UI, which emulates most of the native UI components: http://www.youtube.com/watch?v=9UHNSRilB-0

Note that I say "emulated." It's still not connecting to IBOutlets but it may accomplish what you want.


Corona UI supports most of the native UI components, you can also include widget_iOS for other native components of iOS otherwise you can create your own custom objects.


We can achieve it using Corona Enterprise edition. It has all the option to bridging between LUA and C/C++, lua and objective-C or LUA AND JAVA.

Corona Enterprise provides feature to work in Xcode- objective-C environment to execute same functionalities in corona apps.

http://docs.coronalabs.com/native/enterprise/index.html

Hope this helps for your question.

0

精彩评论

暂无评论...
验证码 换一张
取 消