Description
- iOS
To develop an iOS-based Module, you need to install the following tools:
- macOS v10.15.2 or later - This repo only contains the iOS implementation, and Xcode only runs on Mac.
- Xcode v12 or later (New to Xcode? Download it from here). This Xcode comes with Swift v5.0.
- Cocoapods (New to Cocoapods? Follow this link or this link)
- Design Pattern: MVVM
- Language: Swift
- Universal App
- Once you have the repo cloned and met all the requirements above, run the terminal with the project folder.
- Run
pod install
- This will create a workspace file in the project folder with the same name as the project. Open the workspace into xcode.
- Click on run button to run the app in the selected target (physical device/simulator).
- iOS 13.0 or later
- Devices Support: Universal (iPhone & iPad)
Thats all folks.