Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good HTML template engine in cocoa touch? [closed]

In 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?

like image 630
Rajani Karuturi Avatar asked Oct 12 '10 14:10

Rajani Karuturi


2 Answers

https://github.com/groue/GRMustache is a full implementation of the {{ mustache }} template engine.

like image 106
Gwendal Roué Avatar answered Sep 21 '22 06:09

Gwendal Roué


Try MGTemplateEngine.

like image 37
Joshua Nozzi Avatar answered Sep 19 '22 06:09

Joshua Nozzi