Code Generation(based on templates) for COCOA
Posted
by Vikas
on Stack Overflow
See other posts from Stack Overflow
or by Vikas
Published on 2010-03-23T05:41:41Z
Indexed on
2010/03/23
5:43 UTC
Read the original article
Hit count: 458
Hi,
I have written a library for I-phone 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
© Stack Overflow or respective owner