iphone - UIWebView not scrolling -


this question has answer here:

i creating uiwebview being added subview uiview unable webview scroll. advice appreciated.

- (uiwebview *) maintext {     uiwebview *view = [[uiwebview alloc] init];     view.layer.borderwidth = 1.0;     view.frame = cgrectmake(8, 130, 275, 185);     [view loadhtmlstring:@"<font color=\"blue\">hello worldcut features option skip admin site entirely , have josh ap cut out filters , can cut out don't need social aspect on quite yet l filters , can cut out don't need social aspect on quite yetl filters , can cut out don't need social aspect on quite yetl filters , can cut out don't need social aspect on quite yetl filters , can cut out don't need social aspect on quite yetl filters , can cut out don't need social aspect on quite yetl filters , can cut out  </font>" baseurl:nil];      return view; } 

ok, problem was outside of parent uiview. discovered once put border around uiview attempting add , that's how saw problem.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -