https://github.com/ygit/twitter-search
Twitter Client
https://github.com/ygit/twitter-search
Last synced: 11 months ago
JSON representation
Twitter Client
- Host: GitHub
- URL: https://github.com/ygit/twitter-search
- Owner: ygit
- Created: 2016-01-22T09:37:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T02:47:59.000Z (about 10 years ago)
- Last Synced: 2024-04-13T16:00:05.082Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter-Search
This is a simple iOS Twitter client app that allows users to search Twitter, fetches & persistently saves that data and displays it on a table.
This is the solution project for the task:
Build a twitter search client which searches for all the tweets which contain the word ‘iOS’. This will include you creating an app on Twitter Developer Console and getting the Auth Keys. Fetch the search data and save it to Core Data and display it on a UITableView.