Listify
  • Get Started
  • Installation
  • How to Import Project
  • Create WordPress REST API
  • Customize App
  • Additional Changes
  • OneSignal integraton
  • Admob Configuration
  • iOS Document
    • Installation
    • How to Import Project
    • Create WordPress REST API
    • Customize App
    • Additional Changes
    • Firebase Integration
    • Admob Configuration
  • Resource Credits
  • API Configuration
Powered by GitBook
On this page
  • Change App colors
  • Change Splash Screen icon
  • Change Logo icon
  • Change Others icon
  • Change Network Message
  1. iOS Document

Additional Changes

how to change Additional things?

PreviousCustomize AppNextFirebase Integration

Last updated 6 years ago

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 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 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.

This data is not displayed as per the location.

https://makeappicon.com/
Change or Add new ICONChange or Add new Icon
The Data based on the nearest location (GPS)
The Data is not based on the location