iPhone Programming - Making a Google Search bar HD
Antoher tutorial in my UIWebview Playlist. In this tutorial you will learn how to make a search bar search Google rather than load a website. It can be really usefull. Main Code Used: -(IBAction)Googlesearch:(id)sender { NSString *query = [googleBar.text stringByReplacingOccurrencesOfString:@" " withString:@"+