diff options
author | Vitaly Takmazov | 2017-12-22 02:59:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-22 02:59:21 +0300 |
commit | aa68712497002d46ef5a604bd5e84b268f927049 (patch) | |
tree | 9b428bbf18624c45fc8d9fbf234d325b4fff5848 /Juick/Views/MessageInputView.xib | |
parent | ba0f1acba2f9a582051d58c00c04e3606cf7347a (diff) |
Fix keyboard height constraint
Diffstat (limited to 'Juick/Views/MessageInputView.xib')
-rw-r--r-- | Juick/Views/MessageInputView.xib | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Juick/Views/MessageInputView.xib b/Juick/Views/MessageInputView.xib index 125956d..0b2af25 100644 --- a/Juick/Views/MessageInputView.xib +++ b/Juick/Views/MessageInputView.xib @@ -13,14 +13,14 @@ <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"> - <rect key="frame" x="0.0" y="0.0" width="368" height="90"/> + <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"> - <rect key="frame" x="0.0" y="0.0" width="368" height="90"/> + <rect key="frame" x="0.0" y="0.0" width="368" height="31"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" verticalCompressionResistancePriority="248" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Swn-59-jWb"> - <rect key="frame" x="6" y="6" width="356" height="78"/> + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="252" verticalCompressionResistancePriority="248" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Swn-59-jWb"> + <rect key="frame" x="6" y="6" width="356" height="19"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <nil key="textColor"/> <nil key="highlightedColor"/> @@ -28,9 +28,9 @@ </subviews> <constraints> <constraint firstItem="Swn-59-jWb" firstAttribute="leading" secondItem="ZiU-Ll-9jB" secondAttribute="leading" constant="6" id="nTb-2n-vCy"/> - <constraint firstItem="ZiU-Ll-9jB" firstAttribute="bottom" secondItem="Swn-59-jWb" secondAttribute="bottom" constant="6" id="snn-zN-hrV"/> + <constraint firstItem="ZiU-Ll-9jB" firstAttribute="bottom" secondItem="Swn-59-jWb" secondAttribute="bottom" priority="750" constant="6" id="snn-zN-hrV"/> <constraint firstItem="ZiU-Ll-9jB" firstAttribute="trailing" secondItem="Swn-59-jWb" secondAttribute="trailing" constant="6" id="tyN-OL-Y06"/> - <constraint firstItem="Swn-59-jWb" firstAttribute="top" secondItem="ZiU-Ll-9jB" secondAttribute="top" constant="6" id="vVV-Yt-s8Q"/> + <constraint firstItem="Swn-59-jWb" firstAttribute="top" secondItem="ZiU-Ll-9jB" secondAttribute="top" priority="750" constant="6" id="vVV-Yt-s8Q"/> </constraints> <viewLayoutGuide key="safeArea" id="ZiU-Ll-9jB"/> </view> @@ -38,7 +38,7 @@ <connections> <outlet property="quoteText" destination="Swn-59-jWb" id="tky-lv-tWn"/> </connections> - <point key="canvasLocation" x="-433" y="56"/> + <point key="canvasLocation" x="-433" y="85.5"/> </visualEffectView> </objects> </document> |