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 π