From cefb229ce61ed1bf26b377e969b6ba34e3fd5abb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 15 May 2020 14:13:39 +0300 Subject: Transparent text editor --- Juick/ViewControllers/NewPostViewController.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Juick/ViewControllers/NewPostViewController.m') diff --git a/Juick/ViewControllers/NewPostViewController.m b/Juick/ViewControllers/NewPostViewController.m index 344e7b9..8e61006 100644 --- a/Juick/ViewControllers/NewPostViewController.m +++ b/Juick/ViewControllers/NewPostViewController.m @@ -28,7 +28,6 @@ NSString * const ReplyPostedNotificationName = @"ReplyPosted"; { [super viewDidLoad]; self.paddingValue = self.bottomConstraint.constant; - [self.view setBackgroundColor:[UIColor colorNamed:@"Background"]]; if (_replyTo != nil) { QuoteView *inputView = (QuoteView *) self.inputAccessoryView; inputView.quoteText.text = _replyTo.text; -- cgit v1.2.3