TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

Login WebView app crashed in Swift #212

Closed KOSURUUDAYSAIKUMAR closed 4 years ago

KOSURUUDAYSAIKUMAR commented 4 years ago

Hi Team,

When I install the pod and run the project. I gave LoginWebViewController as an storyboard inside class name: But the app is crashed : Screenshot 2020-08-29 at 6 54 06 PM

Instagram[469:27074] Fatal error: init(coder:) has not been implemented: file /Users/My/Desktop/Instagram/Pods/SwiftyInsta/SwiftyInsta/UI/LoginWebViewController.swift, line 68

I have an requirement please help me anyone.

sbertix commented 4 years ago

You should not use LoginWebViewController directly in your storyboard.\ Just initiate it in your code and then present it as a modal 💪

Check out the README.md for more info on how to implement it correctly.