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

流过昼夜 提交于 2019-12-04 10:54:55

问题


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?


回答1:


Try MGTemplateEngine.




回答2:


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



来源:https://stackoverflow.com/questions/3915819/is-there-a-good-html-template-engine-in-cocoa-touch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!