is there a tutorial or any help how to wrap a custom view?
I feel a little lost, I look at existing wrapps how they were made and try to apply this to me, but a tutorial would be better, then I would at least know why I need to add certain things, or where I need to add things in general.
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...