1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" variant="6xAndEarlier" propertyAccessControl="none" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="DatePikerView">
- <rect key="frame" x="0.0" y="0.0" width="320" height="260"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" id="K8t-fM-Ieu">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="I7e-8C-BMe">
- <rect key="frame" x="0.0" y="0.0" width="73" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="取消">
- <color key="titleColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="cancelButtonAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="aky-Cy-TNV"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="0QU-mQ-B7f">
- <rect key="frame" x="247" y="0.0" width="73" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="确定">
- <color key="titleColor" red="0.0" green="0.51764705879999995" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <connections>
- <action selector="calculateButtonAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="20C-nJ-cQD"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97254901960784312" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </view>
- <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="date" minuteInterval="1" id="w4i-vG-0Cq">
- <rect key="frame" x="0.0" y="44" width="320" height="223"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <date key="date" timeIntervalSinceReferenceDate="430818885.37667">
- <!--2014-08-27 07:54:45 +0000-->
- </date>
- </datePicker>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="simulatedStatusBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="datePickerView" destination="w4i-vG-0Cq" id="FD6-4s-y95"/>
- </connections>
- <point key="canvasLocation" x="404" y="237"/>
- </view>
- </objects>
- </document>
|