Table of Contents
This project is chat application based on UIKit and firebase.
This projects demonstrates the use-case of tableView and how to have dynamic data rendered inside a custom message view. This project is based on MVC design pattern.
Few pointers:
- Authentication is being done using Firebase api's.
- Uses core components of UIKit.
- Based on light and dark them.
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template! Here are some images of the project:
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Follow these simple example steps, to run the project.
This is an example of how to list things you need to use the software and how to install them. Minimum iOS version needed is 12.0+ .
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/rohshar6/Flash-Chat-iOS-application.git
- Install pod packages
pod install
- Run the Flash Chat iOS13.xcworkspace .
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - @Rohitsh31769664 - [email protected]
Project Link: Flash-Chat-iOS-application
I would like to give credit to udemy and angela yu for helping me creating this project.