处理滚动底部问题
This commit is contained in:
@@ -43,8 +43,14 @@ typedef NS_ENUM(NSInteger, KBAiChatMessageType) {
|
||||
/// 是否需要打字机效果(只有当前正在输入的消息才需要)
|
||||
@property (nonatomic, assign) BOOL needsTypewriterEffect;
|
||||
|
||||
/// 是否处于加载状态(用户消息)
|
||||
@property (nonatomic, assign) BOOL isLoading;
|
||||
|
||||
#pragma mark - 便捷构造方法
|
||||
|
||||
/// 创建加载中的用户消息
|
||||
+ (instancetype)loadingUserMessage;
|
||||
|
||||
/// 创建用户消息
|
||||
+ (instancetype)userMessageWithText:(NSString *)text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user