priscillalok1 / Flickster_ios

CodePath assignment 1
0 stars 0 forks source link

Flickster_ios

Project 1 - Flickster

Flickster is a movies app using the The Movie Database API.

Time spent: 18 hours spent in total

User Stories

The following required functionality is completed:

The following optional features are implemented:

The following additional features are implemented:

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

The two biggest challenges were implementing the search bar and implementing a gradient view for the bottom of each cell. The search bar was difficult to implement since there were lots of variables to consider with the filtered data, and edge cases for when the user clicks the cancel button, the search button, etc. I also spent a long time with the gradient view and animations for the movie details view since it took me a while to grasp an understanding of CGRect. Additionally, I spent some time figuring out the dimensions of the poster images in the table view cell and in the details view as to not distort the image yet still maintain an appropriate crop of the poster image in the views.

License

Copyright [2016] [Priscilla Lok]

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.