소스 검색

IBInspectable

ibireme 9 년 전
부모
커밋
a6f00b915d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      YYText/YYLabel.h

+ 2 - 0
YYText/YYLabel.h

@@ -365,6 +365,8 @@ IB_DESIGNABLE
 @property (nonatomic) UIEdgeInsets textContainerInset;
 @property (nullable, nonatomic, copy) id<YYTextLinePositionModifier> linePositionModifier;
 @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 highlightLongPressAction;
 @property (nonatomic) BOOL displaysAsynchronously;