You will create an iOS Objective-C application with two main components. First, the user should be able to search Twitter and view the results. Then, the user should be able to save any tweets they find for later, using Core Data. The user should be able to view these saved tweets, and delete them if necessary. It’s up to you to decide what information to save, and any view controller hierarchy/user interface decisions are entirely up to you. The UI should be the lowest priority, though. Feel free to make use of third party libraries (cough http://cocoapods.org*cough*) as much as you’d like, with the following restrictions: 1) You must use the Social and Accounts frameworks to search the tweets; any image fetching can be done any way you like. https://dev.twitter.com/rest/reference/get/search/tweets 2) You must not use any CoreData wrappers.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available