|
@@ -13,6 +13,25 @@
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="97"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="d5a-KD-vpo">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="97"/>
|
|
|
+ <color key="backgroundColor" red="1" green="0.99215686270000003" blue="0.99215686270000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
|
|
|
+ <size key="value" width="0.0" height="0.0"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
|
|
|
+ <real key="value" value="1"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="shadowRadius">
|
|
|
+ <real key="value" value="2"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounces" value="NO"/>
|
|
|
+ <userDefinedRuntimeAttribute type="color" keyPath="shadowUIColor">
|
|
|
+ <color key="value" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rQe-Un-bUG">
|
|
|
<rect key="frame" x="28" y="10" width="358" height="44"/>
|
|
|
<color key="backgroundColor" red="0.1764705882" green="0.78039215689999997" blue="0.66666666669999997" alpha="1" colorSpace="calibratedRGB"/>
|
|
@@ -34,6 +53,10 @@
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="trailing" secondItem="rQe-Un-bUG" secondAttribute="trailing" constant="28" id="9dH-1T-aSO"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="d5a-KD-vpo" secondAttribute="trailing" id="DLL-hW-Pt8"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="d5a-KD-vpo" secondAttribute="bottom" id="Pll-5z-4kP"/>
|
|
|
+ <constraint firstItem="d5a-KD-vpo" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="aJy-X8-rsc"/>
|
|
|
+ <constraint firstItem="d5a-KD-vpo" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="iOv-ME-LD2"/>
|
|
|
<constraint firstItem="rQe-Un-bUG" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="10" id="ldd-sP-BZe"/>
|
|
|
<constraint firstItem="rQe-Un-bUG" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="28" id="pLN-ap-tbg"/>
|
|
|
</constraints>
|