Find the meanings of given acronym
- SearchBar to search for any acronym.(in ACFMainViewController)
- UITableView to show the long form results. (in ACFMainViewController)
- Clicking on UITableViewCell will take to details page showing variations. (ACFVariationsTableViewController for variations)
- Used Navigation Bar
- Used Core data: The app will work offline for already searched acronyms.
- ACFShortForm and ACFLongForm model classes to store all the data coming from json.
- Used cocoapods to integrate MBProgressHUD.
- Used NSURLSession to fetch server data.
- Used core data to store the results for already searched acronyms.
- Open the AcronymFinder.xcworkspace as I have used cocoapods.
- Run AcronymFinder
- Search for any acronym.