I'm now developing a module for titanium application. I have already created module using proxy. (TiProxy). The new module I'm creating is based on view. So I'm trying to use TiViewProxy.
But I'm confused with some terms:
- What is the major difference between
TiProxy
andTiViewProxy
? - Is there any naming convention for
TiViewProxy
files ? If we are usingTiProxy
, then we add proxy after the file name. Is there anything like for view proxy ?
I referred iOS Module Development Guide but there is nothing about the naming convention.
Please help me. Thanks in advance