| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <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" customClass="IBNumberEditText" customModule="LYB" customModuleProvider="target">
- <connections>
- <outlet property="addBtn" destination="aWz-wl-ObB" id="ABg-uC-xHn"/>
- <outlet property="containerView" destination="iN0-l3-epB" id="EmQ-oK-TNk"/>
- <outlet property="minusBtn" destination="xJe-dy-UFG" id="sDG-dB-zf0"/>
- <outlet property="numberField" destination="qPR-PI-lbw" id="NEc-ii-9Nu"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M0d-xy-Enp">
- <rect key="frame" x="0.0" y="22" width="414" height="60"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xJe-dy-UFG">
- <rect key="frame" x="0.0" y="0.0" width="35" height="60"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="35" id="djW-p4-TQh"/>
- </constraints>
- <state key="normal" backgroundImage="sub_unenable">
- <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="onButtonPressed:" destination="-1" eventType="touchUpInside" id="ZDp-uF-eDu"/>
- </connections>
- </button>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qPR-PI-lbw" customClass="IBTextField" customModule="LYB" customModuleProvider="target">
- <rect key="frame" x="35" y="0.0" width="344" height="60"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <color key="textColor" red="0.20000000000000001" green="0.51764705879999995" blue="0.95294117649999999" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
- <connections>
- <outlet property="delegate" destination="-1" id="rh8-LB-bOU"/>
- </connections>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aWz-wl-ObB">
- <rect key="frame" x="379" y="0.0" width="35" height="60"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="35" id="Djf-Ke-PSy"/>
- </constraints>
- <state key="normal" backgroundImage="add_unenable">
- <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="onButtonPressed:" destination="-1" eventType="touchUpInside" id="jDm-6h-LH9"/>
- </connections>
- </button>
- </subviews>
- </stackView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="M0d-xy-Enp" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="AjQ-Fd-Euw"/>
- <constraint firstItem="M0d-xy-Enp" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="MM9-0u-pQa"/>
- <constraint firstItem="M0d-xy-Enp" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="WuT-ge-Nq7"/>
- <constraint firstItem="M0d-xy-Enp" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="dQN-yN-13v"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <point key="canvasLocation" x="-419" y="100"/>
- </view>
- </objects>
- <designables>
- <designable name="qPR-PI-lbw">
- <size key="intrinsicContentSize" width="5" height="23"/>
- </designable>
- </designables>
- <resources>
- <image name="add_unenable" width="12" height="12"/>
- <image name="sub_unenable" width="12" height="12"/>
- </resources>
- </document>
|