Write app, displays photos of each selected user without using libraries for https://jsonplaceholder.typicode.com. For the photos screen, organize the caching of pictures in memory, display a loading indicator for each photo. Each cell has a drop shadow and rounded corners. Display the title of the photo under the image (the number of lines is unlimited).
- AutoLayout;
- Local data storage;
- CoreData;
- Networking;
- Some combination of Swift and Objective-C;
- UI layout is handled for both iPad and iPhone;
- More than one screen;
- Some CRUD operations (Updating is not implemented)
- The ability to view photos of a specific user (the API returns more information);
- Unit tests;
- UI tests (Added small one);
- Collection view cell customization