-
User can enter an acronym or initialism
-
User is then presented with a list of corresponding meanings
Technical Details
- 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
• Project must be written in Objective-C or Swift
• Project must use NSURLSession for networking
• Project must use MBProgressHUD for wait indication -