After creating a basic application , using web view in xcode. I need to create a icon for that application.
NSURL *url=[[NSURL alloc]initWithString:@"http://www.yakshnatechnologies.in/"];
NSURLRequest *req=[[NSURLRequest alloc]initWithURL:url];
After creating a basic application , using web view in xcode. I need to create a icon for that application.
NSURL *url=[[NSURL alloc]initWithString:@"http://www.yakshnatechnologies.in/"];
NSURLRequest *req=[[NSURLRequest alloc]initWithURL:url];