Mobile Essentials iOS - Theme & Style with the MDS

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards about theming and styling in iOS apps using the Mobile Design System (MDS).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Why is styling and theming important for companies like banks?

Styling and theming the journeys to fit any company's branding requirements.

2
New cards

By default, what does the authentication journey use to obtain its theming?

The Mobile Design System (MDS).

3
New cards

Where can we access our design system?

The outer configuration closure in the Retail app's AppDelegate.

4
New cards

Which property of the design argument holds the entire color palette used by the mobile application?

The colors property.

5
New cards

In order to change the default blue color in the sample app, what do we need to modify?

Modify the primary color.

6
New cards

How were we able to change the global theming of the application to fit our brand guidelines?

By changing the primary color in our design system.

7
New cards

What is the secondary color from the design system used for?

To theme several details throughout the retail app, like the icon background on the account detail page.

8
New cards

What is the foundation color?

The light gray color that is currently used as a background for most of the screens in the sample app.

9
New cards

Which system has support for light and dark modes out-of-the-box?

The Backbase Mobile Design system.

10
New cards

How can we provide different colors for dark and light mode?

Initialize the UIColor that we provide for each color using a light and a dark color.

11
New cards

What should you do whenever you're customizing colors in the design system?

Talk to your designer about providing specific colors for both light and dark modes.