Skip to content

Bundle Selection Info Buttons

jalatman edited this page Jan 17, 2019 · 1 revision

Stored values for the Info Button Popovers are found in AppBundleConstants.swift.

The following example uses Bundle B or the second bundle listed in the UI:

registrationProgressImage

  1. string value stored in AppBundlesConstants.Bundle.B.header

  2. string value stored in AppBundlesConstants.Bundle.B.mainDescription

  3. each tile contains an app title name, icon, and short description referenced by index value:

AppBundlesConstants.Bundle.B.titles[]: array of strings pertaining to app titles in the bundle

AppBundlesConstants.Bundle.B.icons[]: array of icons correlated by index to the app title(s). The array contents can be referenced from objects drawn in code or images stored in the asset catalog.

AppBundlesConstants.Bundle.B.descriptions[]: array of strings correlated to app titles in the bundle

Clone this wiki locally