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
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
.
-
string value stored in
SetupCompleteChildVCConstants.swift
:SetupCompleteChildVC_Constants.header
-
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[]
andSetupCompleteChildVC_Constants.LinkOuts.urls[]
. - (c) string description: a string value for describing for the link button stored in
SetupCompleteChildVC_Constants.LinkOuts.descriptionLabels[]
.
- (a) an icon: an image object from the asset catalog or reference from an image drawn in code and stored in
-
string value for the checkbox label stored in
SetupCompleteChildVCConstants.swift
:SetupCompleteChildVC_Constants.showOnRestartToggleLabel