From f90ee7b843ca5d5aac83d36ea26699648d9dd6b3 Mon Sep 17 00:00:00 2001 From: svitlanama Date: Tue, 5 May 2020 15:38:56 +0300 Subject: [PATCH] ITMS-90809: Deprecated API Usage (UIWebView) --- TTTAttributedLabel/TTTAttributedLabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTTAttributedLabel/TTTAttributedLabel.h b/TTTAttributedLabel/TTTAttributedLabel.h index 322730a5..e467979b 100644 --- a/TTTAttributedLabel/TTTAttributedLabel.h +++ b/TTTAttributedLabel/TTTAttributedLabel.h @@ -163,7 +163,7 @@ IB_DESIGNABLE /** Indicates if links will be detected within an extended area around the touch - to emulate the link detection behaviour of UIWebView. + to emulate the link detection behaviour of WKWebView. Default value is NO. Enabling this may adversely impact performance. */ @property (nonatomic, assign) BOOL extendsLinkTouchArea;