Hello
There my be a verry simple concept for you, but for me as a new iphone developer i not eazy.
I have seen the doc, before i have written to you here, that is way have posted this thread.
I have:
-(void)viewDidLoad {
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://crm.kundedata.dk/iphone"]]];
}
I need to understend hau i bind a new button with
- (IBAction)pushsearch {
}
i the h file:
- (IBAction)pushsearch;
Can you help me ?