-
Notifications
You must be signed in to change notification settings - Fork 48
Bundle Selection Info Buttons
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:
-
string value stored in
AppBundlesConstants.Bundle.B.header
-
string value stored in
AppBundlesConstants.Bundle.B.mainDescription
-
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