summaryrefslogtreecommitdiff
path: root/Juick/Views
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-08 16:36:46 +0300
committerGravatar Vitaly Takmazov2018-04-08 16:36:46 +0300
commit6f8855ce3b83cc50583b62b4a1960c27fdf66bb3 (patch)
tree8e9fb3078a5b7cfcbb7ff2c4ab3a6f725306bee9 /Juick/Views
parenta18e9ee9a3dc8b7f8ed3074893eac788bc234903 (diff)
QuoteView
Diffstat (limited to 'Juick/Views')
-rw-r--r--Juick/Views/QuoteView.h (renamed from Juick/Views/MessageInputView.h)2
-rw-r--r--Juick/Views/QuoteView.m (renamed from Juick/Views/MessageInputView.m)4
-rw-r--r--Juick/Views/QuoteView.xib (renamed from Juick/Views/MessageInputView.xib)6
3 files changed, 6 insertions, 6 deletions
diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/QuoteView.h
index cfdcea6..affc7ee 100644
--- a/Juick/Views/MessageInputView.h
+++ b/Juick/Views/QuoteView.h
@@ -8,6 +8,6 @@
#import <UIKit/UIKit.h>
-@interface MessageInputView : UIVisualEffectView
+@interface QuoteView : UIVisualEffectView
@property (weak, nonatomic) IBOutlet UILabel *quoteText;
@end
diff --git a/Juick/Views/MessageInputView.m b/Juick/Views/QuoteView.m
index 24c8b41..bb9cd75 100644
--- a/Juick/Views/MessageInputView.m
+++ b/Juick/Views/QuoteView.m
@@ -6,9 +6,9 @@
// Copyright © 2017 com.juick. All rights reserved.
//
-#import "MessageInputView.h"
+#import "QuoteView.h"
#import "ColorScheme.h"
-@implementation MessageInputView
+@implementation QuoteView
-(void) awakeFromNib {
[super awakeFromNib];
diff --git a/Juick/Views/MessageInputView.xib b/Juick/Views/QuoteView.xib
index 0b2af25..96a03fe 100644
--- a/Juick/Views/MessageInputView.xib
+++ b/Juick/Views/QuoteView.xib
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <visualEffectView opaque="NO" contentMode="scaleToFill" id="8gV-Bq-kOk" customClass="MessageInputView">
+ <visualEffectView opaque="NO" contentMode="scaleToFill" id="8gV-Bq-kOk" customClass="QuoteView">
<rect key="frame" x="0.0" y="0.0" width="368" height="31"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="imu-GT-9JL">