GoogleNews
Mobile – GoogleNews | CodeCanyon
GoogleNews his title this type of Mobile/iOS/FrameworksandLibraries This time I will review,made by RelatedCode, Mobile/iOS/FrameworksandLibraries is sold at a price of $11 in themeforest.
Xcode // google // ios // news //
Created | 15 November 13 |
Last Update | 15 November 13 |
Files Included | .h, .m, .pch |
Mobile OS | IOS 7.0.x |
OVERVIEW
GoogleNews is an iPhone app to search, list and view Google News articles.
You can search freely any search term, check the results in a UITableView and open the site in a WebView.
You can share the news articles with iOS built in options (Facebook, Twitter, Flickr, Mail, SMS).
Really easy to setup, just copy/paste the code and use your custom search terms.
FEATURES
- Search, list and view Google News articles
– Share articles (Facebook, Twitter, Flickr, Mail, SMS)
– Clean user interface
REQUIREMENTS
- Xcode 5
– iOS 7
– ARC
USAGE
1., Open up your View Controller file where you want to use GoogleNews and add the following import to the top of the file:
#import "TableSearch.h"
2., Then paste the following inside your code:
TableSearch *tableSearch = [[TableSearch alloc] init]; [self.navigationController pushViewController:tableSearch animated:YES];
3., Compile and run.
SCREENSHOTS
Check screenshots and video for visual details.
https://vimeo.com/79226957
Related produck This user:RelatedCode
0 comments:
Post a Comment