Submitted by: Kim Connolly
Flixster is a movie browsing app that will use hardcoded Movie data models to display mocked data. I will add networking capabilities with an API in the second part of this project.
Time spent: 11 hours spent in total
The following required functionality is completed:
- Users are able to see a customized app icon and launch screen
- Your app should work for any screen size and orientation using AutoLayout constraints
- Mark here if you will demostrate auto layout implemention as horizontal rotation or different phone size or both, then erase this text
- Displays at least 5 different movies in a table view
- Can tap into detail view of movie with a full description, backdrop image, and title
The following optional features are implemented:
- Unique UI changes, such as background, font/color changes, etc.
- User implements a collection view
- User implemenets tab bar controller with at least two screens
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
Here's a walkthrough of implemented user stories:
Learned how to format screens further with TableViews/Table Cells features.
Copyright 2023 Kim Connolly
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.