AttributedLabelURLDetector
open class AttributedLabelURLDetector : NSObject, AttributedLabelURLDetectorProtocol, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Swift
public static let shared: AttributedLabelURLDetector
-
Undocumented
Declaration
Swift
open var detector: AttributedLabelURLDetectorProtocol?
-
Undocumented
Declaration
Swift
override public init()
-
Undocumented
Declaration
Swift
open func addRegularExpression(_ regularExpression: NSRegularExpression, attributes: [NSAttributedString.Key : Any]? = nil)
-
Undocumented
Declaration
Swift
open func removeAllRegularExpressions()
-
Undocumented
Declaration
Swift
open func detectLinks(_ plainText: String, completion: ([AttributedLabelURL]?) -> Void)