Anton Marunko

Results 35 comments of Anton Marunko

Hi, @leejinseong9410, you can use init(frame: CGRect), I suggest you not use init with a coder in this place.

UIView (MacawView subclass of UIView for iOS apps) has different initializers, and in this situation better use not init with coder, but init with frame: `class SomeCustomView { override init(frame:...

Hi, @knight2010, you should use last version for compatibility with swift 5.2

Thanks, @kamil3, I'll try to fix this

Found empty group trying to render as image in first svg

Hi, @project-academy , actually Macaw doesn't support dark mode for now, but it is good idea to add minimal methods for supporting changing trait collection etc

Hi, @santu1990, this parsing error related to unsupported functional.

Hi, @Muhammad-AhmadRafique, can you try the last commit of https://github.com/exyte/Macaw/tree/swift_4.1.x branch? Some memory related issues were fixed after release. Please, give us know if it won't help.