UIWebView inside the UITableViewCell
        Posted  
        
            by Nilshan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nilshan
        
        
        
        Published on 2010-06-07T07:36:58Z
        Indexed on 
            2010/06/07
            7:42 UTC
        
        
        Read the original article
        Hit count: 249
        
iphone
I want to develop iPhone UI just like iPhone Mail application. I am able to add UIWebView inside the UITableViewCell and it is working fine.
I am able to zoom the webview using [self.webView setScalesPageToFit:YES]. Now, My problem is when I do zoomIn or ZoomOut the UITableView does not get resized.
How do I exactly make UI similar to Apple mail applcation detail view.?
© Stack Overflow or respective owner