NetFun-ios-app
iOS app using BFF service to display processed data. The iOS demo developed in SwiftUI
and it uses BFF
service to show expected UI components based on the response.
Demo
Setup
- Clone repo.
- Open iOS project.
- Wait for Swift Package dependecies to resolve.
- Backend Setup: Use package NetFun-Backend for server support for the ios app. Follow instructions in README file.
NetFun-Backend
is required to call APIs and receive expected responses.- Set
baseURL
. Go toServiceManager
and update thebaseURL
if required. - Run the app in device or simulator.