Reputation: 15628
I am new to iphone development. I want to add the google search to my application. How can I add google search to my UISearchBar?
Upvotes: 0
Views: 815
Reputation: 4396
Listen for key up events, fire off requests to Google's API for Search; present the returned results as a UITableView of suggestions. When a user taps on a suggestion, load the query.
Were you asking for how to do it, or code to do it? We're not a website for the latter.
Upvotes: 1