|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C68" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
3 | 3 | <device id="retina4_7" orientation="portrait"> |
4 | 4 | <adaptation id="fullscreen"/> |
5 | 5 | </device> |
6 | 6 | <dependencies> |
7 | 7 | <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> |
9 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
10 | 10 | </dependencies> |
11 | 11 | <scenes> |
|
69 | 69 | <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
70 | 70 | <nil key="highlightedColor"/> |
71 | 71 | </label> |
| 72 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="z9m-CU-XT6"> |
| 73 | + <rect key="frame" x="88" y="447" width="200" height="30"/> |
| 74 | + <state key="normal" title="Add Programatically Example"/> |
| 75 | + <connections> |
| 76 | + <segue destination="ViW-Wf-OWW" kind="presentation" id="PCu-5s-Oao"/> |
| 77 | + </connections> |
| 78 | + </button> |
72 | 79 | </subviews> |
73 | 80 | <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/> |
74 | 81 | <constraints> |
| 82 | + <constraint firstItem="z9m-CU-XT6" firstAttribute="top" secondItem="Skh-28-8br" secondAttribute="bottom" constant="50" id="3ER-Pd-VZR"/> |
75 | 83 | <constraint firstItem="ekS-Ew-GpT" firstAttribute="top" secondItem="P6k-pN-VEP" secondAttribute="bottom" constant="22" id="H7u-LC-n82"/> |
76 | 84 | <constraint firstItem="ekS-Ew-GpT" firstAttribute="top" secondItem="6e0-Am-MUv" secondAttribute="bottom" constant="90" id="HQQ-Ne-ux5"/> |
77 | 85 | <constraint firstItem="6e0-Am-MUv" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="16" id="K9Y-GQ-xFr"/> |
|
80 | 88 | <constraint firstItem="Skh-28-8br" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="bUo-66-X5C"/> |
81 | 89 | <constraint firstItem="P6k-pN-VEP" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="nb6-py-4Yg"/> |
82 | 90 | <constraint firstItem="ekS-Ew-GpT" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="rI6-Fp-Ztx"/> |
| 91 | + <constraint firstItem="z9m-CU-XT6" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="rwf-e1-tIX"/> |
83 | 92 | <constraint firstItem="ekS-Ew-GpT" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" constant="-30" id="vWu-wt-SXh"/> |
84 | 93 | </constraints> |
85 | 94 | </view> |
|
92 | 101 | </objects> |
93 | 102 | <point key="canvasLocation" x="-372" y="100"/> |
94 | 103 | </scene> |
| 104 | + <!--Programatical Verification Code View Controller--> |
| 105 | + <scene sceneID="PcA-p8-RcH"> |
| 106 | + <objects> |
| 107 | + <viewController id="ViW-Wf-OWW" customClass="ProgramaticalVerificationCodeViewController" customModule="KWVerificationCodeView_Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 108 | + <layoutGuides> |
| 109 | + <viewControllerLayoutGuide type="top" id="mMV-mk-sPq"/> |
| 110 | + <viewControllerLayoutGuide type="bottom" id="wLY-h7-h8W"/> |
| 111 | + </layoutGuides> |
| 112 | + <view key="view" contentMode="scaleToFill" id="4Uy-b5-xy6"> |
| 113 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 114 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 115 | + <subviews> |
| 116 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Add KWVerificationCode Programatically" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="f6U-8u-Nd6" userLabel="titleLabel"> |
| 117 | + <rect key="frame" x="61.5" y="203.5" width="252" height="49"/> |
| 118 | + <constraints> |
| 119 | + <constraint firstAttribute="width" constant="252" id="IZ7-B5-xnh"/> |
| 120 | + </constraints> |
| 121 | + <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/> |
| 122 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 123 | + <nil key="highlightedColor"/> |
| 124 | + </label> |
| 125 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EO4-xT-id3" userLabel="containerView"> |
| 126 | + <rect key="frame" x="67" y="302.5" width="240" height="62"/> |
| 127 | + <color key="backgroundColor" red="1" green="0.5" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 128 | + <constraints> |
| 129 | + <constraint firstAttribute="width" constant="240" id="ZKT-ZX-ywp"/> |
| 130 | + <constraint firstAttribute="height" constant="62" id="nlq-5k-PEm"/> |
| 131 | + </constraints> |
| 132 | + <userDefinedRuntimeAttributes> |
| 133 | + <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> |
| 134 | + <integer key="value" value="5"/> |
| 135 | + </userDefinedRuntimeAttribute> |
| 136 | + </userDefinedRuntimeAttributes> |
| 137 | + </view> |
| 138 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="a7r-Cg-pzE" userLabel="dismiss"> |
| 139 | + <rect key="frame" x="160.5" y="414.5" width="54" height="30"/> |
| 140 | + <state key="normal" title="Dismiss"/> |
| 141 | + <connections> |
| 142 | + <action selector="dismissButtonTapped:" destination="ViW-Wf-OWW" eventType="touchUpInside" id="XuZ-EC-sB8"/> |
| 143 | + </connections> |
| 144 | + </button> |
| 145 | + </subviews> |
| 146 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 147 | + <constraints> |
| 148 | + <constraint firstItem="EO4-xT-id3" firstAttribute="centerX" secondItem="4Uy-b5-xy6" secondAttribute="centerX" id="7ZN-6l-dPq"/> |
| 149 | + <constraint firstItem="a7r-Cg-pzE" firstAttribute="centerX" secondItem="4Uy-b5-xy6" secondAttribute="centerX" id="8CX-Km-yfc"/> |
| 150 | + <constraint firstItem="f6U-8u-Nd6" firstAttribute="centerX" secondItem="4Uy-b5-xy6" secondAttribute="centerX" id="AdM-x2-67B"/> |
| 151 | + <constraint firstItem="a7r-Cg-pzE" firstAttribute="top" secondItem="EO4-xT-id3" secondAttribute="bottom" constant="50" id="idc-nu-If0"/> |
| 152 | + <constraint firstItem="EO4-xT-id3" firstAttribute="centerY" secondItem="4Uy-b5-xy6" secondAttribute="centerY" id="m5d-Xg-QG5"/> |
| 153 | + <constraint firstItem="EO4-xT-id3" firstAttribute="top" secondItem="f6U-8u-Nd6" secondAttribute="bottom" constant="50" id="uVk-oY-Aj5"/> |
| 154 | + </constraints> |
| 155 | + </view> |
| 156 | + <connections> |
| 157 | + <outlet property="containerView" destination="EO4-xT-id3" id="fLF-6n-1kx"/> |
| 158 | + </connections> |
| 159 | + </viewController> |
| 160 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Plo-FI-tAh" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 161 | + </objects> |
| 162 | + <point key="canvasLocation" x="496.80000000000001" y="98.50074962518741"/> |
| 163 | + </scene> |
95 | 164 | </scenes> |
96 | 165 | </document> |
0 commit comments