Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
988 stars 126 forks source link

fatalError on init(coder:) #71

Closed mnfro closed 4 years ago

mnfro commented 4 years ago

Apparently assigning the BBMetalView class to an UIView in the Storyboard triggers fatalError("init(coder:) has not been implemented").

Any suggestion?

Silence-GitHub commented 4 years ago

@mnfro Hi, please try version 1.1.9

mnfro commented 4 years ago

Thank you :)