Arthur Brunon

Results 2 comments of Arthur Brunon

Same problem here. I cannot play any _pure vector animations_. Animations with raster images seems fine though

Here's my suggestion : Start by defining your own error type like : ``` enum TextFieldError: Error { case emptyTextField } extension TextFieldError: LocalizedError { public var errorDescription: String? {...