diff options
author | Vitaly Takmazov | 2020-05-15 14:13:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-15 14:13:39 +0300 |
commit | cefb229ce61ed1bf26b377e969b6ba34e3fd5abb (patch) | |
tree | a651d1ef865a4bc65e9e87a41a071037efec8d34 /Juick/ViewControllers | |
parent | 4e1d4ecc574fb8f8e0643427a2b6b0ec14672d04 (diff) |
Transparent text editor
Diffstat (limited to 'Juick/ViewControllers')
-rw-r--r-- | Juick/ViewControllers/NewPostViewController.m | 1 |
1 files changed, 0 insertions, 1 deletions
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; |