RCReferencingView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | RCReferencingView.h |
dismissButton
关闭引用 button
@property (nonatomic, strong) UIButton *dismissButtonDiscussion
关闭引用 button
Declared In
RCReferencingView.h
nameLabel
被引用消息发送者名称
@property (nonatomic, strong) UILabel *nameLabelDiscussion
被引用消息发送者名称
Declared In
RCReferencingView.h
textLabel
被引用消息内容文本 label
@property (nonatomic, strong) UILabel *textLabelDiscussion
被引用消息内容文本 label
Declared In
RCReferencingView.h
referModel
被引用消息体
@property (nonatomic, strong) RCMessageModel *referModelDiscussion
被引用消息体
Declared In
RCReferencingView.h
delegate
引用代理
@property (nonatomic, weak) id<RCReferencingViewDelegate> delegateDiscussion
引用代理
Declared In
RCReferencingView.h
– initWithModel:inView:
初始化引用 View
- (instancetype)initWithModel:(RCMessageModel *)model inView:(UIView *)viewDiscussion
初始化引用 View
Declared In
RCReferencingView.h
– setOffsetY:
当前 view 的 Y 值
- (void)setOffsetY:(CGFloat)offsetYDiscussion
当前 view 的 Y 值
Declared In
RCReferencingView.h