Design system technique for iOS.
Agenda:
-
How to build colors in your design system ?
-
Using xiblint for your XIBs and Storyboards
-
Doric : https://github.com/jayeshk/Doric
```swift
let uiLabel = UILabel()
uiLabel.color = DesignSystem.Colors.primary.color
```
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
let uiLabel = UILabel()
uiLabel.font = DesignSystem.Typography.display1.font
uiLabel.adjustsFontForContentSizeCategory = true
Link: https://www.youtube.com/watch?v=Xp66QFlz2W8
Credit by: Karim Ebrahem 🔥 Social Links 🔥