This is an iOS book app that provides information about characters from the Rick and Morty animated TV series. The app displays the names of characters in a UITableView and provides detailed information about the selected character.
- Displays character names using UITableView.
- Provides detailed information about the selected character.
- Retrieves data from an in-app database.
- Uses the Model-View-Controller (MVC) design pattern.
- Written in Swift programming language.
- Clone or download this project.
- Open Xcode and open the project file.
- Run the project on a simulator or an iOS device.
When you run the application, you will see a character table as the main page. The names of characters are listed in the table. When you tap on a character's name, you will be directed to the detailed information page. On this page, you can find information such as the character's name, image, characteristics, and other details.
- Fork this project.
- Make your changes and test them.
- Ensure your changes work correctly.
- Submit a new pull request.
This project is licensed under the MIT license. See the LICENSE
file for more information.