|
@@ -365,6 +365,8 @@ IB_DESIGNABLE
|
|
@property (nonatomic) UIEdgeInsets textContainerInset;
|
|
@property (nonatomic) UIEdgeInsets textContainerInset;
|
|
@property (nullable, nonatomic, copy) id<YYTextLinePositionModifier> linePositionModifier;
|
|
@property (nullable, nonatomic, copy) id<YYTextLinePositionModifier> linePositionModifier;
|
|
@property (nonnull, nonatomic, copy) YYTextDebugOption *debugOption;
|
|
@property (nonnull, nonatomic, copy) YYTextDebugOption *debugOption;
|
|
|
|
+@property (nullable, nonatomic, copy) YYTextAction textTapAction;
|
|
|
|
+@property (nullable, nonatomic, copy) YYTextAction textLongPressAction;
|
|
@property (nullable, nonatomic, copy) YYTextAction highlightTapAction;
|
|
@property (nullable, nonatomic, copy) YYTextAction highlightTapAction;
|
|
@property (nullable, nonatomic, copy) YYTextAction highlightLongPressAction;
|
|
@property (nullable, nonatomic, copy) YYTextAction highlightLongPressAction;
|
|
@property (nonatomic) BOOL displaysAsynchronously;
|
|
@property (nonatomic) BOOL displaysAsynchronously;
|