mirror of
https://github.com/zhigang1992/CCHLinkTextView.git
synced 2026-04-26 22:35:35 +08:00
Fix compiler warning with Xcode 6.3
This commit is contained in:
@@ -37,9 +37,7 @@ extern NSString *const CCHLinkAttributeName;
|
||||
/** Delegate to receive tap and long press events. */
|
||||
@property (nonatomic, weak) id<CCHLinkTextViewDelegate> 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). */
|
||||
|
||||
Reference in New Issue
Block a user