meismyles / SwiftWebVC

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

Using this library from Objc? #38

Closed lpbas closed 6 years ago

lpbas commented 6 years ago

Hello and thank you for this library! I have a project with both Swift and legacy Objective C ViewControllers and I am trying to use this library from my objc classes but I cannot call the initializers.

From swift it works fine and its great. :) Any plans on adding obj c support? (Since this library uses the WKWebView while the objc library this is based on uses the deprecated UIWebView)