Lua-Objective-C-Bridge
Lua-Objective-C-Bridge copied to clipboard
Bridge between Lua and Objective-C which allows you to call a Objective-C method from a Lua script using NSInvocation.
Results
1
Lua-Objective-C-Bridge issues
Sort by
recently updated
recently updated
newest added
When calling an Objective-c's class method which returns a bool, regardless of what I return, the value read within lua always appears to be 1. UPDATE: Doing additional tests are...