Skip to content

Styleguide and SwiftUIHelpers Directory Structure

Generated: 2026-01-15 12:18:21 UTC

Sources/Styleguide
├── Buttons.swift
├── Colors.swift
├── CustomDivider.swift
├── Fonts.swift
├── RegisterFonts.swift
├── Resources
│   ├── Fonts
│   │   ├── Lato-Bold.ttf
│   │   ├── Lato-Medium.ttf
│   │   ├── Lato-Regular.ttf
│   │   ├── Lato-Semibold.ttf
│   │   ├── Lora-Bold.ttf
│   │   ├── Lora-Medium.ttf
│   │   ├── Lora-Regular.ttf
│   │   ├── Urbanist-Bold.ttf
│   │   ├── Urbanist-Medium.ttf
│   │   └── Urbanist-Regular.ttf
│   └── Media.xcassets
│       ├── Contents.json
│       ├── appAccentSemantic.colorset
│       ├── appBackgroundLightColor.colorset
│       ├── appBackgroundSemanticWarningContrast.colorset
│       ├── appBlue80.colorset
│       ├── appBlue90.colorset
│       ├── appButtonPrimary.colorset
│       ├── appButtonSecondary.colorset
│       ├── appChoiceStroke.colorset
│       ├── appCommunityBackground.colorset
│       ├── appCommunitySend.colorset
│       ├── appCompleted.colorset
│       ├── appContrastBrand.colorset
│       ├── appCyan20.colorset
│       ├── appDividerColor.colorset
│       ├── appForegroundBase.colorset
│       ├── appForegroundText.colorset
│       ├── appGreen10.colorset
│       ├── appGreen20.colorset
│       ├── appGreen30.colorset
│       ├── appGreen50.colorset
│       ├── appGreen60.colorset
│       ├── appGreen70.colorset
│       ├── appGreen80.colorset
│       ├── appGreenCompleted.colorset
│       ├── appGrey10.colorset
│       ├── appGrey20.colorset
│       ├── appGrey30.colorset
│       ├── appGrey40.colorset
│       ├── appGrey50.colorset
│       ├── appGrey70.colorset
│       ├── appGrey90.colorset
│       ├── appGreyBackground.colorset
│       ├── appHighlight.colorset
│       ├── appLink.colorset
│       ├── appOnboardingCompleted.colorset
│       ├── appSecondaryButtonBorder.colorset
│       ├── appSemanticLine.colorset
│       ├── appStroke.colorset
│       ├── appTextBase.colorset
│       ├── appYellow40.colorset
│       ├── disabledBackground.colorset
│       ├── disabledForeground.colorset
│       ├── onboardingAccent.colorset
│       ├── onboardingAccentDisabled.colorset
│       ├── riiseAccentSubtle.colorset
│       ├── riiseBackground.colorset
│       ├── riiseBlack.colorset
│       ├── riiseBlackDisabled.colorset
│       ├── riisePrimary.colorset
│       ├── riiseSecondary.colorset
│       └── riiseSelection.colorset
├── ShapeStyles.swift
└── TextFields.swift
Sources/SwiftUIHelpers
├── AutoHeightSheetModifier.swift
├── AvatarView.swift
├── Badge.swift
├── CardView.swift
├── Color+Hex.swift
├── DurationPicker.swift
├── FirstAppearModifier.swift
├── FullScreenLoadingModifier.swift
├── GroupedAvatarView.swift
├── HeightProgressView.swift
├── ImagePickerRepresentable.swift
├── PagerView.swift
├── PositionReader.swift
├── RenderAsUIImage.swift
├── SafariView.swift
├── ScrollViewWithOffset.swift
├── SettingsSection.swift
├── SizePreferenceKey.swift
├── SizeReader.swift
├── SwiftUI+Helpers.swift
├── SwipableModifier.swift
├── ToggleCheckboxStyle.swift
└── WebView.swift

0 directories, 23 files

AI-first documentation for Nuance iOS