-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
iOS simulator as well as the real device experience issues when using this plugin
Here are the errors:
platforms/ios/Pods/JSQWebViewController/Source/WebViewController.swift:171:14: error: 'bringSubview(toFront:)' has been renamed to 'bringSubviewToFront(_:)'
I was able to get this error fixed by changing
view.bringSubview(toFront: progressBar)
to
view.bringSubviewToFront(_: progressBar)
But then I keep getting more errors with RealmSwift
invalid redeclaration of 'replacesubrange(_:with:)' realmswift
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels