arslanFaisal/MovieSample
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This Project downloads a json feed and parse it and displays it inside a UITableView to user. The Project is tested on the iPhone6 simulator The Project uses AFNetworking Kit for network related calls and a singleton class named “MSNetworkManager” is used for this purpose Class named “MSListViewController” is used a container to display the table view to display the downloaded items on the screen A custom cell class named “MSListCell” is used to display image and heading label on the UITableView. This class also downloads and cache images using AFNetworking. There’s a utility class called “MSUtility” which is used as a helper class across the project, currently it has NSNULL removing helper methods