Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History

iOS_Source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ShakeAlertLA_iOS

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


Code Structure

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.

Third-Party Plugin

CocoaPods 1.3.1

Github version

Git version 2.11.0 (Apple Git-81)

The code is structured on MVVM pattern.

Models:

All Model classes are present under the group Model

View Models:

All View Model classes are present under the group View Model

Interfaces/Storyboard:

XIB and storyboard files are available in group View

View Controllers:

All app view controllers are present under the Controller group.