This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Progress View
Simone Martorelli edited this page Feb 8, 2021
·
2 revisions
Stored values for the Registration Progress Child VC are found in AnimatedGIFProgressChildVCConstants.swift
.
- The Animated gif image files are located in the root of the project directory (not the asset catalog). The application references those by file name located in
AnimatedGIFProgressChildVC_Constants.AnimatedProgressGIF.
with a light and dark mode respectfully.
The image above illustrates the placement of the .gif files in the Views directory outside of the Asset catalog (Assets.xcassets) pertaining to the Enrollment application's source code.
- The text displayed on the screen rotates out after a set period of time, displaying that the moment two string values. These values are stored in
AnimatedGIFProgressChildVC_Constants.RegistrationProgress
with stateOne and stateTwo respectfully.