meismyles / SwiftWebVC

A drop-in inline browser for your Swift iOS app.
MIT License
329 stars 117 forks source link

Enable methods being accessed by objective c #50

Open inigollamosas opened 6 years ago

inigollamosas commented 6 years ago

Hello, I have upgraded to swift 4.2, and for the legacy objective c code that needs SwiftWebVC it is now required to specify @objc on each method, class, var etc.