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