How can I perform Paging in UIWebView?
I have ten local HTML files in my Resource folder and I want to performing paging effect like ScrollView and ImageView so please help me how I can do that. I have displayed HTML page in webView , but i don't have any more ideas. My code is (but it's for only One page): arrHtmlPage=[[NSMutableArray alloc] initWithObjects:@"2",@"3",@"5",@"6",@"8",@"9",@"11",@"13",nil]; NSBundle *bundle = [NSBundle mainBundle]; NSString *htmlTemplateLink = [bundle pathForResource:@"2" ofType:@"htm"]; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL fileURLWithPath:htmlTemplateLink]]; wview=[[UIWebView