RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
719 stars 115 forks source link

[iOS] Add support for upper case text style #116

Closed subdan closed 2 years ago

subdan commented 2 years ago

Some designers set upper case style for text styles.

Screen Shot 2021-09-03 at 19 28 01

Add support for this feature.

As a developer I want to write this code:

let label = GeneratedLabel()
label.text = "Retry"

To get a label with RETRY text.

subdan commented 2 years ago

Done via #117