I have one web view and I am trying to load a dynamic page from my site in that code.
myWebView = [[UIWebView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 768.0f, 1024.0f)];
but it does not load whole page. it starts page from 1/3 of the image i.e. from 200 pixel or something. Does anyone have any idea what may be wrong?
Thanks for any help.