#import <UIKit/UIKit.h> //WebViewExã®å®£è¨ @interface WebViewEx : UIView <UIWebViewDelegate> { UIWebView* _webView; UIView* _indicator; } @end #import "WebViewEx.h" //WebViewExã®å®è£ @implementation WebViewEx //ã¤ã³ã¸ã±ã¼ã¿ã®çæ - (UIView*)makeIndicator { //èæ¯ UIView* view=[[[UIView alloc] initWithFrame: CGRectMake(0,0,320,480)] autorelease]; [view setBackgroundColor:[UIColor blackColor]]; [view setAlpha:0.4f];


{{#tags}}- {{label}}
{{/tags}}