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). */