Step 3: Implementation of the main list screen
Closed this issue · 0 comments
llimental commented
- Through the networking function implemented in Step 2, the book list is actually requested and retrieved from the API server.
- Drag and drop the list down to refresh the list
- When loading the list for the first time, let the user know it's loading instead of just showing a blank screen.
- Implementing a list that scrolls left and right through a compositional layout
- Information to display on the list
- Popular Books (Image, Title, Author) - Print up to 10 books, implement repeated scrolling so that the 10th book becomes the first book
- genre
- Implemented a toolBar at the bottom of the HomeViewController screen to go to the ‘HomeViewController’ screen and the ‘FavoritesViewController’ screen
- Implemented a searchBar at the top of the HomeViewController screen