Blame view

App/camera/ConfirmViewController/MyConfirmViewController.xib 6.49 KB
1341bf603   Trịnh Văn Quân   version 1.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
      <device id="retina4_7" orientation="landscape">
          <adaptation id="fullscreen"/>
      </device>
      <dependencies>
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
          <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
      </dependencies>
      <objects>
          <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MyConfirmViewController" customModule="ALCameraViewController" customModuleProvider="target">
              <connections>
                  <outlet property="cancelButton" destination="yRi-ES-LfN" id="PUm-mc-H7R"/>
                  <outlet property="confirmButton" destination="ASf-ZD-cIs" id="mpH-Eg-IbA"/>
                  <outlet property="view" destination="iN0-l3-epB" id="FcS-Dy-kqF"/>
              </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="667" height="375"/>
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
              <subviews>
                  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ASf-ZD-cIs">
                      <rect key="frame" x="573" y="115.5" width="64" height="64"/>
                      <constraints>
                          <constraint firstAttribute="height" constant="64" id="J7n-mn-Ebe"/>
                          <constraint firstAttribute="width" constant="64" id="YWt-e6-Bvy"/>
                      </constraints>
                      <state key="normal" image="confirmButton"/>
                  </button>
                  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yRi-ES-LfN">
                      <rect key="frame" x="573" y="195.5" width="64" height="64"/>
                      <constraints>
                          <constraint firstAttribute="height" constant="64" id="FdJ-mW-Tx6"/>
                          <constraint firstAttribute="width" constant="64" id="urS-JS-i1S"/>
                      </constraints>
                      <state key="normal" image="retakeButton"/>
                  </button>
              </subviews>
              <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
              <constraints>
                  <constraint firstAttribute="bottom" secondItem="yRi-ES-LfN" secondAttribute="bottom" constant="30" id="7jo-lC-34t"/>
                  <constraint firstItem="ASf-ZD-cIs" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="-45" id="89L-rE-rmd"/>
                  <constraint firstAttribute="bottom" secondItem="ASf-ZD-cIs" secondAttribute="bottom" constant="30" id="DZ5-WA-3ZQ"/>
                  <constraint firstAttribute="bottom" secondItem="yRi-ES-LfN" secondAttribute="bottom" constant="60" id="H4a-3r-r5r"/>
                  <constraint firstItem="ASf-ZD-cIs" firstAttribute="bottom" secondItem="yRi-ES-LfN" secondAttribute="top" constant="-16" id="TLl-L0-yLb"/>
                  <constraint firstItem="ASf-ZD-cIs" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="-54" id="WSF-pa-4wb"/>
                  <constraint firstItem="yRi-ES-LfN" firstAttribute="leading" secondItem="ASf-ZD-cIs" secondAttribute="trailing" constant="60" id="m1F-XR-hgU"/>
                  <constraint firstAttribute="trailing" secondItem="ASf-ZD-cIs" secondAttribute="trailing" constant="30" id="ohv-bS-gat"/>
                  <constraint firstItem="ASf-ZD-cIs" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" constant="-40" id="pNU-uB-Igt"/>
                  <constraint firstAttribute="trailing" secondItem="yRi-ES-LfN" secondAttribute="trailing" constant="30" id="vo9-e2-6z3"/>
                  <constraint firstItem="yRi-ES-LfN" firstAttribute="top" secondItem="ASf-ZD-cIs" secondAttribute="top" id="xFS-1L-oa4"/>
                  <constraint firstItem="yRi-ES-LfN" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="45" id="xFc-F1-V7I"/>
              </constraints>
              <variation key="default">
                  <mask key="constraints">
                      <exclude reference="7jo-lC-34t"/>
                      <exclude reference="H4a-3r-r5r"/>
                      <exclude reference="m1F-XR-hgU"/>
                      <exclude reference="xFS-1L-oa4"/>
                      <exclude reference="xFc-F1-V7I"/>
                      <exclude reference="89L-rE-rmd"/>
                      <exclude reference="DZ5-WA-3ZQ"/>
                      <exclude reference="TLl-L0-yLb"/>
                      <exclude reference="WSF-pa-4wb"/>
                      <exclude reference="pNU-uB-Igt"/>
                  </mask>
              </variation>
              <variation key="heightClass=compact">
                  <mask key="constraints">
                      <include reference="TLl-L0-yLb"/>
                      <include reference="pNU-uB-Igt"/>
                  </mask>
              </variation>
              <variation key="heightClass=regular-widthClass=compact">
                  <mask key="constraints">
                      <include reference="7jo-lC-34t"/>
                      <include reference="m1F-XR-hgU"/>
                      <include reference="DZ5-WA-3ZQ"/>
                      <include reference="WSF-pa-4wb"/>
                  </mask>
              </variation>
              <variation key="heightClass=regular-widthClass=regular">
                  <mask key="constraints">
                      <include reference="H4a-3r-r5r"/>
                      <include reference="xFS-1L-oa4"/>
                      <include reference="xFc-F1-V7I"/>
                      <include reference="89L-rE-rmd"/>
                  </mask>
              </variation>
          </view>
      </objects>
      <resources>
          <image name="confirmButton" width="44" height="44"/>
          <image name="retakeButton" width="44" height="44"/>
      </resources>
  </document>