I am working on a project that i have to create a 2 paged book view.I have one big html, i want to use UIWebview (because i have links etc.)I use 2 webviews (each has to have static width&height, not scrollable). i have to split the html content without breaking the html tags.I decided to use jquery partitioning. i used a container div for whole html (i dont know the html content it is dynamic) but not working yetIs there any other way to split uiviewcontroller into fix-height pages?thanks for helping ^^