PrivacyNoticeVC
open class PrivacyNoticeVC : UIViewController, UITextViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
override open func viewDidLoad()
-
Action Functions
Declaration
Swift
@objc open func acceptPrivacy()
-
Undocumented
Declaration
Swift
@objc open func denyPrivacy()
-
Replace the UITextView Delegate to Capture Actions
Declaration
Swift
@available(iOS 10.0, *) public func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool