[Objective C] Writing libraries for B4i
B4i libraries are written in Objective C. You need to use a Mac with Xcode and you need to know Objective C. From my experience it is more difficult to write B4i libraries compared to B4A / B4J libraries. Libraries are made of three files: library.a, library.h and library.xml. The xml file is...

Inline Objective C code
B4i v1.80 adds support for inline Objective C code. This means that you can add Objective C code to your modules and they will be compiled together with all other code. You can then use NativeObject to call the methods that you added. The native code cannot be debugged. The Objective C code...

Last edited: