The following is my code. I simply want to load a website page and put a back button on screen. Don\'t know why nothing shows on the screen.
in .h
#i
First Initialize Web view .Write The Below Code In Between [Super ViewDidLoad]; and Nsstring Inisilization.
myWebView=[[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 460)]; myWebView.delegate=self; [self.view addSubview:myWebView]
Then Load Request Your Code Will Work.