views:

17

answers:

0

Hi,

I have written a library for iPhone which is based upon some object models (whose definitions I get via XML). Now I have one implementation for a sample model ready but to make the code library generic I want to write an application where I can templatize the code and provide placeholders for data model specific points.

Is there any tool available for Xcode to enable me do this? In java "Velocity" does this job for me.

Regards, Vikas