I want to use into my titanium
project the functionalities provided by an existing sdk (deezer sdk).
I know I must deal with modules
, so I found a lot of tutorials that explain well how to create a titanium module
from scratch. But I didn't find something about to explain how to "wrap" an existing ios project within a titanium module. I just need the login/signup functionality and to retrieve the logged user (functionalities provided by the deezer ios sdk, of course).
can anybody help me on how to proceed?
thanks in advance Dario