0

UIView にサブビューとして追加されている UIWebView を作成していますが、WebView をスクロールできません。アドバイスをいただければ幸いです。

- (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 is an option we skip the admin site entirely and just have josh do the AP then I cut out all the filters and I can cut out all the we don't need the social aspect on this quite yet l the filters and I can cut out all the we don't need the social aspect on this quite yetl the filters and I can cut out all the we don't need the social aspect on this quite yetl the filters and I can cut out all the we don't need the social aspect on this quite yetl the filters and I can cut out all the we don't need the social aspect on this quite yetl the filters and I can cut out all the we don't need the social aspect on this quite yetl the filters and I can cut out all the  </font>" baseURL:nil];

    return view;
}
4

1 に答える 1