From 680f783196dbcf4e03b60cf29dfdb9e7a5a2fd0b Mon Sep 17 00:00:00 2001 From: choefele Date: Fri, 10 Apr 2015 16:24:50 +0200 Subject: [PATCH] Fix compiler warning with Xcode 6.3 --- CCHLinkTextView/CCHLinkTextView.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CCHLinkTextView/CCHLinkTextView.h b/CCHLinkTextView/CCHLinkTextView.h index cb21830..1ab6101 100644 --- a/CCHLinkTextView/CCHLinkTextView.h +++ b/CCHLinkTextView/CCHLinkTextView.h @@ -37,9 +37,7 @@ extern NSString *const CCHLinkAttributeName; /** Delegate to receive tap and long press events. */ @property (nonatomic, weak) id linkDelegate; -/** `NSAttributedString` attributes applied to links. */ -@property (nonatomic, copy) NSDictionary *linkTextAttributes NS_AVAILABLE_IOS(7_0); -/** `NSAttributedString` attributes applied to links when touched. */ +/** `NSAttributedString` attributes applied to links when touched. Use `linkTextAttributes` for attributes applied to links before being touched.*/ @property (nonatomic, copy) NSDictionary *linkTextTouchAttributes; /** The minimum period fingers must press on the link for the gesture to be recognized as a long press (default = 0.5s). */