Jonas Bark
09/25/2019, 6:30 AMUIColor
expects `CGFloat`s (Float) on arm32 and `CGDouble`s (Double) on arm64 / x64. I'd like to use the same source set and unfortunately .convert()
doesn't exist for Float / Double. Are different source sets the only way to tackle this?JoakimForslund
09/25/2019, 9:21 AMJonas Bark
09/25/2019, 10:32 AMJonas Bark
09/25/2019, 10:32 AMolonho
09/25/2019, 11:21 AMconvert
on thos types, but we not there yet. Shalln’t be too hard, we would accept the patch.JoakimForslund
09/25/2019, 12:12 PMSam
09/25/2019, 2:08 PMJonas Bark
09/25/2019, 7:59 PM