Simple single view application iOS client for the Acromine REST Service
- run
pod install - open in XCode and run.
Create a simple app to look up the meanings of acronyms/initialisms.
- User can enter an acronym or initialism!
- User is then presented with a list of corresponding meanings
-
Use the API available here to get the meanings for an acronym/initialism: http://www.nactem.ac.uk/software/acromine/rest.html
-
Project must conform to these parameters:
- Project must be in Xcode 6
- Project must be written in Objective-C
- Project must use AFNetworking 2.0 for networking https://github.com/AFNetworking/AFNetworking
- Project must use MBProgressHUD for wait indication https://github.com/jdg/MBProgressHUD
- When complete, the project must be posted to Github for review.