Additional Changes

how to change Additional things?

Change App colors

Go to the app > project > Others > GlobalConstant.swift > THEMECOLOR

   var THEMECOLOR = UIColor().hexStringToUIColor(hex: "EE3652")

Change App icon

Required minimum app icon 1024 * 1024 .png file You can convert it as per iOS app require from https://makeappicon.com/ It convert all size icon which is require for app

Go to the app > project > Assets > AppIcon > Replace all icon as per it's size

Change Splash Screen icon

Go to the app > project > LaunchScreen.storyboard

Change Logo icon

Change your icon Go to the app > project > Assets > Image> image_clock

Change Others icon

Place your icon inside Go to the app > project > Assets > Icon

Change or Add new ICONChange or Add new Icon

Change Network Message

Change Message Go to the app > project > GlobalConstant.swift > NETWORKMESSAGE

   var NETWORKMESSAGE = "No Network available"

Home screen location wise data

This data is displayed as per the Location.When user click on it the data will be displayed.

The Data based on the nearest location (GPS)

This data is not displayed as per the location.

The Data is not based on the location

Last updated