We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be2838 commit 9d9babfCopy full SHA for 9d9babf
ios/RCTAuroraIMUI/DWCustomView/InputView/DWInputBarControl.m
@@ -170,6 +170,7 @@ - (void)addSubContentView{
170
_inputGrowView = [[HPGrowingTextView alloc]init];
171
_inputGrowView.backgroundColor = toolBackColor;
172
_inputGrowView.layer.cornerRadius = 5.0f;
173
+ _inputGrowView.layer.masksToBounds = YES;
174
_inputGrowView.layer.borderColor = [UIColor colorWithRed:200/255.0 green:200/255.0 blue:200/255.0 alpha:1.0].CGColor;
175
_inputGrowView.layer.borderWidth = 1;
176
// _inputGrowView.minNumberOfLines = 0.5;
0 commit comments