iFlicks is an app to view movies now in theaters
Submitted by: Raef Youssef
Time spent: 4 hours spent in total
The following required functionality is complete:
- Poster images are loaded using the UIImageView category in the AFNetworking library.
- The movie poster is available by appending the returned poster_path to https://image.tmdb.org/t/p/w342.
- User sees a loading state while waiting for the movies API (you can use any 3rd party library available to do this).
- User can pull to refresh the movie list.
The following optional features are implemented:
- UI animations
- Remembering the bill amount across app restarts (if <10mins)
- Using locale-specific currency and currency thousands separators.
- Making sure the keyboard is always visible and the bill amount is always the first responder. This way the user doesn't have to tap anywhere to use this app. Just launch the app and start typing.
The following additional features are implemented:
- User sees an error message when there's a networking error.
- Movies are displayed using a CollectionView instead of a TableView.
- User can search for a movie.
- All images fade in as they are loading.
- Customize the UI
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Copyright 2016 Raef Youssef
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0