You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just opened up #417 because I ran into the 'initializer not found' problem because I wanted my initializer to take two Swift protocols as parameters.
The error was not very clear, that's for sure: and the solution less clearer still. What if I really do want to use Typhoon to declare a Swift component that gets initialized with something that conforms to a Swift protocol? What if I don't want to be forced to have to name my initializer, nor make my protocols be @objc?
Is this officially a limitation of Typhoon? Because right now the only solution I can see is to initialize that component by hand!
No description provided.
The text was updated successfully, but these errors were encountered: