ios - Merge html files into UIWebView -
i have create uiwebview adding data i'm getting api html file have locally. it's first time have , can't find how this. my html file looks : <h1>%%%title%%%</h1> <p class="date">%%%date%%%</p> <a %%%hrefimage%%% class="link-diapo"> <div class="image"> <img src="%%%img%%%" alt="%%%title%%%"/> %%%diapo%%% </div> </a> <div id="content" style="font-size:%%%size%%%px;"> <p>%%%chapo%%%</p> <p>%%%html%%%</p> <p class="source">%%%author%%%</p> </div> and data : "title": "my title", "date": "2013-07-10", "hour": "19h45", "chapo": "blablabla", &