Skip to content

Education Link View

Simone Martorelli edited this page Feb 8, 2021 · 2 revisions

Stored values for the Setup Complete Child View Controller are found in SetupCompleteChildVCConstants.swift and WebLinkButtons.swift.

bundleInstallViewImage

  1. string value stored in SetupCompleteChildVCConstants.swift: SetupCompleteChildVC_Constants.header

  2. each educational link is correlated and added to the list of links based on index value for each array, composed of three visual objects:

    • (a) an icon: an image object from the asset catalog or reference from an image drawn in code and stored in SetupCompleteChildVC_Constants.LinkOuts.icons[].
    • (b) web link text string: a string value and URL equivalent, stored in SetupCompleteChildVC_Constants.LinkOuts.headerLabels[] and SetupCompleteChildVC_Constants.LinkOuts.urls[].
    • (c) string description: a string value for describing for the link button stored in SetupCompleteChildVC_Constants.LinkOuts.descriptionLabels[].
  3. string value for the checkbox label stored in SetupCompleteChildVCConstants.swift: SetupCompleteChildVC_Constants.showOnRestartToggleLabel

Clone this wiki locally