diff options
author | Vitaly Takmazov | 2018-04-08 16:36:46 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-08 16:36:46 +0300 |
commit | 6f8855ce3b83cc50583b62b4a1960c27fdf66bb3 (patch) | |
tree | 8e9fb3078a5b7cfcbb7ff2c4ab3a6f725306bee9 /Juick/Views/QuoteView.xib | |
parent | a18e9ee9a3dc8b7f8ed3074893eac788bc234903 (diff) |
QuoteView
Diffstat (limited to 'Juick/Views/QuoteView.xib')
-rw-r--r-- | Juick/Views/QuoteView.xib | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Juick/Views/QuoteView.xib b/Juick/Views/QuoteView.xib new file mode 100644 index 0000000..96a03fe --- /dev/null +++ b/Juick/Views/QuoteView.xib @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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="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="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"> + <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="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"/> + </label> + </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" 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" priority="750" constant="6" id="vVV-Yt-s8Q"/> + </constraints> + <viewLayoutGuide key="safeArea" id="ZiU-Ll-9jB"/> + </view> + <blurEffect style="light"/> + <connections> + <outlet property="quoteText" destination="Swn-59-jWb" id="tky-lv-tWn"/> + </connections> + <point key="canvasLocation" x="-433" y="85.5"/> + </visualEffectView> + </objects> +</document> |