|
29 | 29 | <rect key="frame" x="0.0" y="812" width="414" height="50"/> |
30 | 30 | <subviews> |
31 | 31 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WtO-1p-sqo"> |
32 | | - <rect key="frame" x="0.0" y="0.0" width="124.5" height="50"/> |
| 32 | + <rect key="frame" x="0.0" y="0.0" width="197" height="50"/> |
33 | 33 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
34 | | - <state key="normal" title="Run SDK Methods"/> |
| 34 | + <state key="normal" title="Test Translations"/> |
35 | 35 | <connections> |
36 | 36 | <action selector="btnSDKMethods:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Khu-OQ-gFw"/> |
37 | 37 | </connections> |
38 | 38 | </button> |
39 | 39 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mlf-bg-A2N"> |
40 | | - <rect key="frame" x="144.5" y="0.0" width="125" height="50"/> |
| 40 | + <rect key="frame" x="217" y="0.0" width="197" height="50"/> |
41 | 41 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
42 | 42 | <state key="normal" title="Switch Language"/> |
43 | 43 | <connections> |
44 | 44 | <action selector="btnChangeLanguageClicked:" destination="BYZ-38-t0r" eventType="touchUpInside" id="XlO-Hg-gde"/> |
45 | 45 | </connections> |
46 | 46 | </button> |
47 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qDE-O7-xBD"> |
48 | | - <rect key="frame" x="289.5" y="0.0" width="124.5" height="50"/> |
49 | | - <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
50 | | - <state key="normal" title="Reload"/> |
51 | | - <connections> |
52 | | - <action selector="btnReloadClicked:" destination="BYZ-38-t0r" eventType="touchUpInside" id="aja-4z-Rsh"/> |
53 | | - </connections> |
54 | | - </button> |
55 | 47 | </subviews> |
56 | 48 | <constraints> |
57 | 49 | <constraint firstAttribute="height" constant="50" id="je8-wA-wyi"/> |
|
120 | 112 | </objects> |
121 | 113 | <point key="canvasLocation" x="1736" y="82"/> |
122 | 114 | </scene> |
| 115 | + <!--Translation Of StringVC--> |
| 116 | + <scene sceneID="5yC-oo-3DC"> |
| 117 | + <objects> |
| 118 | + <viewController storyboardIdentifier="TranslationOfStringVC" id="EiI-hy-PnZ" customClass="TranslationOfStringVC" customModule="iOSDevnagri_sample" customModuleProvider="target" sceneMemberID="viewController"> |
| 119 | + <view key="view" contentMode="scaleToFill" id="DCP-2x-5mF"> |
| 120 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 121 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 122 | + <subviews> |
| 123 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S1i-eh-uC7"> |
| 124 | + <rect key="frame" x="0.0" y="44" width="414" height="818"/> |
| 125 | + <subviews> |
| 126 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="L0W-fo-CcA"> |
| 127 | + <rect key="frame" x="0.0" y="0.0" width="414" height="818"/> |
| 128 | + <color key="backgroundColor" systemColor="opaqueSeparatorColor"/> |
| 129 | + <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 130 | + <fontDescription key="fontDescription" type="system" pointSize="20"/> |
| 131 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 132 | + </textView> |
| 133 | + </subviews> |
| 134 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 135 | + <constraints> |
| 136 | + <constraint firstItem="L0W-fo-CcA" firstAttribute="top" secondItem="S1i-eh-uC7" secondAttribute="top" id="7tv-Z6-Ru8"/> |
| 137 | + <constraint firstAttribute="bottom" secondItem="L0W-fo-CcA" secondAttribute="bottom" id="JCX-6b-1ow"/> |
| 138 | + <constraint firstItem="L0W-fo-CcA" firstAttribute="leading" secondItem="S1i-eh-uC7" secondAttribute="leading" id="Ur0-Ll-DXI"/> |
| 139 | + <constraint firstAttribute="trailing" secondItem="L0W-fo-CcA" secondAttribute="trailing" id="qrX-mf-VJE"/> |
| 140 | + </constraints> |
| 141 | + </view> |
| 142 | + </subviews> |
| 143 | + <viewLayoutGuide key="safeArea" id="xvy-oN-DOm"/> |
| 144 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 145 | + <constraints> |
| 146 | + <constraint firstItem="S1i-eh-uC7" firstAttribute="top" secondItem="xvy-oN-DOm" secondAttribute="top" id="RVL-43-3KQ"/> |
| 147 | + <constraint firstItem="xvy-oN-DOm" firstAttribute="bottom" secondItem="S1i-eh-uC7" secondAttribute="bottom" id="o6D-lc-2Mp"/> |
| 148 | + <constraint firstItem="S1i-eh-uC7" firstAttribute="leading" secondItem="xvy-oN-DOm" secondAttribute="leading" id="p2G-Qd-X33"/> |
| 149 | + <constraint firstItem="xvy-oN-DOm" firstAttribute="trailing" secondItem="S1i-eh-uC7" secondAttribute="trailing" id="sYG-rl-d6j"/> |
| 150 | + </constraints> |
| 151 | + </view> |
| 152 | + <connections> |
| 153 | + <outlet property="txtViewTranslated" destination="L0W-fo-CcA" id="6Ug-2L-wrt"/> |
| 154 | + </connections> |
| 155 | + </viewController> |
| 156 | + <placeholder placeholderIdentifier="IBFirstResponder" id="0oO-9S-w4v" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 157 | + </objects> |
| 158 | + <point key="canvasLocation" x="2513" y="82"/> |
| 159 | + </scene> |
123 | 160 | <!--Navigation Controller--> |
124 | 161 | <scene sceneID="a3d-zl-vRK"> |
125 | 162 | <objects> |
|
0 commit comments