This iOS app shows you the status of Corona and related limitations in your current location within a charming traffic light!
-
Download or Clone the project first!
-
Install pods (using Terminal) 👇🏼
3. $ cd .../project directory/Corona Light
4. $ pod update
-
Open
Corona Light.xcworkspace
-
Press
Cmd + R
and see how it works
- Select simluator
- Choose
Feature > Location > Custom Location... > Set following...
- Lat:
49.763138
- Long:
10.697828
- It refers to Erlangen-Höchstadt
-
To test the app in 🇩🇪 do the following in the simulator...
-
Settings > General > Language & Region > Deutsch
Used MVVM architecture by the use of RX
This app completely localized for use in Germany.
Design patterns ⚙️
- State
- Template
- Coordinator
- Singleton
- Adapter
- Delegate
- Decorator
- Facade
Principles 💎
- OOP
- SOLID
- POP
- Clean Code
- UIKit 🎭
- CoreLocation 📍
- NotificationCenter
⚠️
showcase.mp4
This app is currently designed for use at Bavaria.
If you want to use it in other states of Germany do the following.
-
Open
.../Resources/Info.plist
-
find
stateName = Bayern;
-
Replace
Bayern
with the name of your desired state.
🚧 Pay attention: In this file you must replace it with a local name (German name).
For example:
❌ (English) = Bavaria
✅ (German) = Bayern
Discussion and pull requests are welcomed 💖