iOS LA Early Earthquake Warning for iOS
version 1.2 build 2.1
Deployment Environment
Xcode 11.0 and above
Targeted OS : iOS 14
Mac OS : mac OS High Sierra 10.14.6
The code uses MVC acrchiture and each class in the code base is categorized in their respective directory. (Model, Views, and Controller)
Helper classes contains common methods and utility functions that are used across the app.
CocoaPods 1.3.1
Git version 2.11.0 (Apple Git-81)
The code is structured on MVVM pattern.
All Model classes are present under the group Model
All View Model classes are present under the group View Model
XIB and storyboard files are available in group View
All app view controllers are present under the Controller group.