注册

请问一下输入框背景如何设置

能用swif回答最好
已邀请:
/*!
@property
@brief 底部输入控件
*/
@property (strong, nonatomic) UIView *chatToolbar;
 
self.chatToolbar = [[EaseChatToolbar alloc] initWithFrame:CGRectMake(0, self.view.frame.size.height - chatbarHeight - iPhoneX_BOTTOM_HEIGHT, self.view.frame.size.width, chatbarHeight) type:barType];
self.chatToolbar.autoresizingMask = UIViewAutoresizingFlexibleTopMargin;

我说朋友你确定这样的问题都要来问一下嘛?
 
稍微看一下代码不就知道怎么处理了吗?

要回复问题请先登录注册