/DesignSystem

Design system technique for iOS.

Primary LanguageSwiftMIT LicenseMIT

DesignSystem

Design system technique for iOS.

Colors

Agenda:


How to use

```swift
    let uiLabel = UILabel()
    uiLabel.color = DesignSystem.Colors.primary.color
```

Typgraphy

Agenda:

  • How to build Typography in your design system ?

  • Build Dynamic Type Fonts

  • Using xiblint for your XIBs and Storyboards

  • What is UIFont Metrics ?

  • Build Custom Font Descriptor

  • Doric : https://github.com/jayeshk/Doric


How to use

    let uiLabel = UILabel()
    uiLabel.font = DesignSystem.Typography.display1.font
    uiLabel.adjustsFontForContentSizeCategory = true

Coming soon ....

Animation

Link: https://www.youtube.com/watch?v=Xp66QFlz2W8


Credit by: Karim Ebrahem 🔥 Social Links 🔥