Is there a good HTML template engine in cocoa touch? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years a开发者_开发技巧go.
Improve this questionIn my iphone app, I want to populate UIWebView with some html generated from a templates. Is there a good opensource template engine library for cocoa touch like jinja or smarty?
https://github.com/groue/GRMustache is a full implementation of the {{ mustache }} template engine.
Try MGTemplateEngine.
精彩评论