TimePickerCell.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="TimePickerCell" rowHeight="162" id="pbd-JT-ET6" customClass="TimePickerwCell" customModule="Threema" customModuleProvider="target">
  12. <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
  13. <autoresizingMask key="autoresizingMask"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="pbd-JT-ET6" id="RNY-AI-Rqg">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="9iy-ye-u0q">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
  20. </datePicker>
  21. </subviews>
  22. <constraints>
  23. <constraint firstAttribute="trailing" secondItem="9iy-ye-u0q" secondAttribute="trailing" id="TZr-Rn-yCw"/>
  24. <constraint firstAttribute="bottom" secondItem="9iy-ye-u0q" secondAttribute="bottom" id="aj4-yO-WQ3"/>
  25. <constraint firstItem="9iy-ye-u0q" firstAttribute="top" secondItem="RNY-AI-Rqg" secondAttribute="top" id="nSi-5Q-WIL"/>
  26. <constraint firstItem="9iy-ye-u0q" firstAttribute="leading" secondItem="RNY-AI-Rqg" secondAttribute="leading" id="qHJ-Ht-GVC"/>
  27. </constraints>
  28. </tableViewCellContentView>
  29. <connections>
  30. <outlet property="timePicker" destination="9iy-ye-u0q" id="Gir-E9-WEh"/>
  31. </connections>
  32. <point key="canvasLocation" x="137.68115942028987" y="194.19642857142856"/>
  33. </tableViewCell>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  35. </objects>
  36. </document>