views:

15

answers:

1

I need help creating an object for this declare

UIWebView *webView;

I thought it was the object, but Its the declare in my header file. Can someone help me create the object for this declare?

A: 

UIWebView* webView = [[UIWebView alloc] init];

unforgiven3
Thanks you!!!!!
Henry D'Andrea