Now use GDPRConsentViewController in AppDelegate in order to present GDPR consent and dismiss controller automatically when accept consent.

This commit is contained in:
SBiOSoftWhare
2018-08-08 11:30:50 +02:00
parent 1e6033b4e6
commit 8f2f9a44a8
2 changed files with 19 additions and 11 deletions
@@ -21,7 +21,7 @@ import Foundation
}
/// GPDR consent screen.
final public class GDPRConsentViewController : WebViewViewController {
final public class GDPRConsentViewController: WebViewViewController {
// MARK: - Constants