Coding Challenge iOS Project
Created a stand-alone app that retreived data from the following site:
Requirements included the following:
- Display retreived data as a TableView.
- Display the following data: username, badges, and gavatar from the list.
- While loading the gravatar, UI should show a loading animation.
- Each photo should be downloaded only once and stored for offline use.
- UI should be responsive.
Language: Objective-C Version Support: ioS 10 and up
No third party libraries were used in the app.
Coding Separated into 5 groups
- Services HTTPService where the connection is created to retrieve data
- Model UserData, where username, profile image, badges are organized
- Storyboards Main ; Only 1 storyboard was created for this project since only 1 view controller was needed
- View DataTableViewCell ; Information regarding the custom table view cell information is altered here
- Controllers DataViewVC ; 1 view controller with a tableview