Dylan Lewis

Results 6 comments of Dylan Lewis

Work has already started on this in `ScreenshotManager.swift`, but this should all be extracted to a separate repository, and then added as a dependancy to `Package.swift`.

Since a namespaces style will be formed of multiline styles that will have different colour values, it will not be able to export a colour. Using namespaced styles within Sketch...

Also worth looking at creating templates that have built in accessibility support, e.g. on iOS the template could implement: - Bold text - Dynamic Type - Darkened colours - Reduce...

When exporting this, it could go into an Xcode assets catalogue automatically

For Xcode 9 assets catalogue, a convenience file should also be exported, e.g.: ```swift extension UIColor { public static let testColor = UIColor(named: "TestColor")! } ``` This will allow you...

This is fixed on the latest commit, but the Pod hasn't been updated