You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI How to add border to text view i tried with textview methods like below
self.textView.layer.borderColor=[UIColor redColor].CGColor;
and also tried with the image like below
self.textView.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"separator.png"]];
but it is not showing any modifications. can any body please help me how to add border to text view
like below
The text was updated successfully, but these errors were encountered:
@bintu1234 , sorry for late reply i am little busy.
Go into SOMessageInputView.m then there is a method named adjustInputView and add these lines in the end of the method
HI How to add border to text view i tried with textview methods like below
self.textView.layer.borderColor=[UIColor redColor].CGColor;
and also tried with the image like below
self.textView.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"separator.png"]];
but it is not showing any modifications. can any body please help me how to add border to text view
like below
The text was updated successfully, but these errors were encountered: