Skip to content

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.

registrationProgressImage

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

registrationProgressImage

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.

  1. 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.
Clone this wiki locally