You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
4.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="18093"/>
  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" customClass="CheckBox" customModule="JME_Remit" customModuleProvider="target">
  11. <connections>
  12. <outlet property="button" destination="1ys-zf-vGq" id="cat-0o-eDa"/>
  13. <outlet property="checkMark" destination="UkI-7W-JTi" id="BNc-OI-J0G"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view contentMode="scaleToFill" id="iN0-l3-epB">
  18. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UkI-7W-JTi" customClass="CheckMark" customModule="JME_Remit" customModuleProvider="target">
  22. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  23. <subviews>
  24. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1ys-zf-vGq">
  25. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  26. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <connections>
  28. <action selector="touchCheck:" destination="-1" eventType="touchUpInside" id="ETl-p5-gO9"/>
  29. </connections>
  30. </button>
  31. </subviews>
  32. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <constraints>
  34. <constraint firstItem="1ys-zf-vGq" firstAttribute="leading" secondItem="UkI-7W-JTi" secondAttribute="leading" id="Osl-Oe-4Kp"/>
  35. <constraint firstItem="1ys-zf-vGq" firstAttribute="top" secondItem="UkI-7W-JTi" secondAttribute="top" id="QZE-fF-9lN"/>
  36. <constraint firstAttribute="bottom" secondItem="1ys-zf-vGq" secondAttribute="bottom" id="Xnl-3u-nq3"/>
  37. <constraint firstAttribute="trailing" secondItem="1ys-zf-vGq" secondAttribute="trailing" id="ugF-l3-t1D"/>
  38. </constraints>
  39. </view>
  40. </subviews>
  41. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstAttribute="bottom" secondItem="UkI-7W-JTi" secondAttribute="bottom" id="62J-c4-jk8"/>
  44. <constraint firstItem="UkI-7W-JTi" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="8gA-qL-sLM"/>
  45. <constraint firstItem="UkI-7W-JTi" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="JMa-sh-BhZ"/>
  46. <constraint firstAttribute="trailing" secondItem="UkI-7W-JTi" secondAttribute="trailing" id="gXJ-XN-fCh"/>
  47. </constraints>
  48. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  49. <point key="canvasLocation" x="-123.18840579710145" y="-169.75446428571428"/>
  50. </view>
  51. </objects>
  52. </document>