Просмотр исходного кода

1.修改iOS Apex Mobile 支持屏幕横屏,修改Login和About布局。

Pen Li 8 лет назад
Родитель
Сommit
6942403303
2 измененных файлов с 41 добавлено и 54 удалено
  1. 2 0
      Apex Mobile/Apex Mobile/Apex Mobile-Info.plist
  2. 39 54
      Apex Mobile/Apex Mobile/Main.storyboard

+ 2 - 0
Apex Mobile/Apex Mobile/Apex Mobile-Info.plist

@@ -56,6 +56,8 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
 	</array>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<array>
 	<array>

+ 39 - 54
Apex Mobile/Apex Mobile/Main.storyboard

@@ -177,7 +177,7 @@
                                         <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
                                         <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
                                     </textField>
                                     </textField>
                                     <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vvk-xp-NJf">
                                     <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vvk-xp-NJf">
-                                        <rect key="frame" x="317" y="104" width="38" height="30"/>
+                                        <rect key="frame" x="317" y="100" width="38" height="30"/>
                                         <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
                                         <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
                                         <state key="normal" title="Login">
                                         <state key="normal" title="Login">
                                             <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                             <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@@ -186,34 +186,32 @@
                                             <action selector="LoginButtonClick:" destination="RGM-u2-C1G" eventType="touchUpInside" id="R82-Lg-fey"/>
                                             <action selector="LoginButtonClick:" destination="RGM-u2-C1G" eventType="touchUpInside" id="R82-Lg-fey"/>
                                         </connections>
                                         </connections>
                                     </button>
                                     </button>
-                                    <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LxN-nX-R7q">
-                                        <rect key="frame" x="20" y="110" width="127" height="18"/>
-                                        <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
-                                        <fontDescription key="fontDescription" type="system" pointSize="15"/>
-                                        <state key="normal" title="  Save password" image="unchecked_32">
-                                            <color key="titleColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                                            <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                                        </state>
-                                    </button>
                                     <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="wIj-4p-xEI">
                                     <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="wIj-4p-xEI">
-                                        <rect key="frame" x="287" y="109" width="20" height="20"/>
+                                        <rect key="frame" x="287" y="105" width="20" height="20"/>
                                         <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
                                         <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
                                     </activityIndicatorView>
                                     </activityIndicatorView>
+                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hzc-kg-csR">
+                                        <rect key="frame" x="20" y="100" width="126" height="30"/>
+                                        <state key="normal" title="Retrieve password"/>
+                                        <connections>
+                                            <action selector="RetrieveButtonClick:" destination="RGM-u2-C1G" eventType="touchUpInside" id="kKP-WL-fGb"/>
+                                        </connections>
+                                    </button>
                                 </subviews>
                                 </subviews>
                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                 <constraints>
                                 <constraints>
                                     <constraint firstItem="wIj-4p-xEI" firstAttribute="centerY" secondItem="vvk-xp-NJf" secondAttribute="centerY" id="1ee-v1-ma7"/>
                                     <constraint firstItem="wIj-4p-xEI" firstAttribute="centerY" secondItem="vvk-xp-NJf" secondAttribute="centerY" id="1ee-v1-ma7"/>
                                     <constraint firstItem="vvk-xp-NJf" firstAttribute="leading" secondItem="wIj-4p-xEI" secondAttribute="trailing" constant="10" id="2k3-aM-P3v"/>
                                     <constraint firstItem="vvk-xp-NJf" firstAttribute="leading" secondItem="wIj-4p-xEI" secondAttribute="trailing" constant="10" id="2k3-aM-P3v"/>
-                                    <constraint firstItem="LxN-nX-R7q" firstAttribute="centerY" secondItem="vvk-xp-NJf" secondAttribute="centerY" id="5Ox-oC-RkB"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="top" secondItem="OnO-n9-f7N" secondAttribute="top" id="5cO-ce-YEk"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="top" secondItem="OnO-n9-f7N" secondAttribute="top" id="5cO-ce-YEk"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="centerX" secondItem="OnO-n9-f7N" secondAttribute="centerX" id="9eJ-iH-oTl"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="centerX" secondItem="OnO-n9-f7N" secondAttribute="centerX" id="9eJ-iH-oTl"/>
-                                    <constraint firstItem="LxN-nX-R7q" firstAttribute="leading" secondItem="O5q-tH-vch" secondAttribute="leading" id="AeB-jY-RRd"/>
-                                    <constraint firstItem="vvk-xp-NJf" firstAttribute="top" secondItem="O5q-tH-vch" secondAttribute="bottom" constant="24" id="Gra-Tq-Fi8"/>
+                                    <constraint firstItem="vvk-xp-NJf" firstAttribute="top" secondItem="O5q-tH-vch" secondAttribute="bottom" constant="20" id="Gra-Tq-Fi8"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="leading" secondItem="OnO-n9-f7N" secondAttribute="leading" constant="20" id="HL3-xu-Qlv"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="leading" secondItem="OnO-n9-f7N" secondAttribute="leading" constant="20" id="HL3-xu-Qlv"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="centerX" secondItem="OnO-n9-f7N" secondAttribute="centerX" id="QII-AH-rLY"/>
                                     <constraint firstItem="dHA-PV-ECL" firstAttribute="centerX" secondItem="OnO-n9-f7N" secondAttribute="centerX" id="QII-AH-rLY"/>
+                                    <constraint firstItem="Hzc-kg-csR" firstAttribute="leading" secondItem="O5q-tH-vch" secondAttribute="leading" id="Xmo-Dh-ooh"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="width" secondItem="dHA-PV-ECL" secondAttribute="width" id="cmr-UO-Edb"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="width" secondItem="dHA-PV-ECL" secondAttribute="width" id="cmr-UO-Edb"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="top" secondItem="dHA-PV-ECL" secondAttribute="bottom" constant="20" id="e9m-LC-gPr"/>
                                     <constraint firstItem="O5q-tH-vch" firstAttribute="top" secondItem="dHA-PV-ECL" secondAttribute="bottom" constant="20" id="e9m-LC-gPr"/>
                                     <constraint firstAttribute="height" constant="130" id="kso-Dj-NnP"/>
                                     <constraint firstAttribute="height" constant="130" id="kso-Dj-NnP"/>
+                                    <constraint firstItem="Hzc-kg-csR" firstAttribute="centerY" secondItem="vvk-xp-NJf" secondAttribute="centerY" id="ofY-Xq-y1N"/>
                                     <constraint firstItem="vvk-xp-NJf" firstAttribute="trailing" secondItem="O5q-tH-vch" secondAttribute="trailing" id="pAX-io-GU3"/>
                                     <constraint firstItem="vvk-xp-NJf" firstAttribute="trailing" secondItem="O5q-tH-vch" secondAttribute="trailing" id="pAX-io-GU3"/>
                                 </constraints>
                                 </constraints>
                             </view>
                             </view>
@@ -225,16 +223,6 @@
                                 </constraints>
                                 </constraints>
                                 <inset key="insetFor6xAndEarlier" minX="0.0" minY="40" maxX="0.0" maxY="-40"/>
                                 <inset key="insetFor6xAndEarlier" minX="0.0" minY="40" maxX="0.0" maxY="-40"/>
                             </imageView>
                             </imageView>
-                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hzc-kg-csR">
-                                <rect key="frame" x="183" y="426.5" width="172" height="30"/>
-                                <constraints>
-                                    <constraint firstAttribute="width" constant="172" id="1Td-rT-95c"/>
-                                </constraints>
-                                <state key="normal" title="Retrieve password"/>
-                                <connections>
-                                    <action selector="RetrieveButtonClick:" destination="RGM-u2-C1G" eventType="touchUpInside" id="kKP-WL-fGb"/>
-                                </connections>
-                            </button>
                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ver:A160422" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NL1-l0-Yvv">
                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ver:A160422" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NL1-l0-Yvv">
                                 <rect key="frame" x="20" y="30" width="82.5" height="17"/>
                                 <rect key="frame" x="20" y="30" width="82.5" height="17"/>
                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
@@ -244,11 +232,9 @@
                         </subviews>
                         </subviews>
                         <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                         <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                         <constraints>
                         <constraints>
-                            <constraint firstItem="Hzc-kg-csR" firstAttribute="top" secondItem="vvk-xp-NJf" secondAttribute="bottom" constant="24" id="Fha-yZ-KoM"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="top" relation="greaterThanOrEqual" secondItem="zKh-Ur-Gus" secondAttribute="bottom" constant="10" id="HTv-K4-AlM"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="top" relation="greaterThanOrEqual" secondItem="zKh-Ur-Gus" secondAttribute="bottom" constant="10" id="HTv-K4-AlM"/>
                             <constraint firstItem="NL1-l0-Yvv" firstAttribute="leading" secondItem="lHV-oi-ARt" secondAttribute="leading" constant="20" id="HXH-ng-Zje"/>
                             <constraint firstItem="NL1-l0-Yvv" firstAttribute="leading" secondItem="lHV-oi-ARt" secondAttribute="leading" constant="20" id="HXH-ng-Zje"/>
                             <constraint firstItem="zKh-Ur-Gus" firstAttribute="top" secondItem="Fgn-Jb-we3" secondAttribute="bottom" constant="29" id="NCe-W2-EeK"/>
                             <constraint firstItem="zKh-Ur-Gus" firstAttribute="top" secondItem="Fgn-Jb-we3" secondAttribute="bottom" constant="29" id="NCe-W2-EeK"/>
-                            <constraint firstItem="Hzc-kg-csR" firstAttribute="trailing" secondItem="O5q-tH-vch" secondAttribute="trailing" id="QQT-w5-bCg"/>
                             <constraint firstItem="zKh-Ur-Gus" firstAttribute="centerX" secondItem="lHV-oi-ARt" secondAttribute="centerX" id="de4-gF-h5y"/>
                             <constraint firstItem="zKh-Ur-Gus" firstAttribute="centerX" secondItem="lHV-oi-ARt" secondAttribute="centerX" id="de4-gF-h5y"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="width" secondItem="lHV-oi-ARt" secondAttribute="width" id="jGj-UK-dEj"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="width" secondItem="lHV-oi-ARt" secondAttribute="width" id="jGj-UK-dEj"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="centerY" secondItem="lHV-oi-ARt" secondAttribute="centerY" priority="999" id="raF-GG-xW9"/>
                             <constraint firstItem="OnO-n9-f7N" firstAttribute="centerY" secondItem="lHV-oi-ARt" secondAttribute="centerY" priority="999" id="raF-GG-xW9"/>
@@ -262,7 +248,6 @@
                     <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
                     <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
                     <connections>
                     <connections>
                         <outlet property="btnRetrievePassword" destination="Hzc-kg-csR" id="fOx-sQ-wGh"/>
                         <outlet property="btnRetrievePassword" destination="Hzc-kg-csR" id="fOx-sQ-wGh"/>
-                        <outlet property="checkSavePassword" destination="LxN-nX-R7q" id="R8P-NE-7x0"/>
                         <outlet property="editPassword" destination="O5q-tH-vch" id="ip5-px-ab1"/>
                         <outlet property="editPassword" destination="O5q-tH-vch" id="ip5-px-ab1"/>
                         <outlet property="editUser" destination="dHA-PV-ECL" id="mAU-kL-bDw"/>
                         <outlet property="editUser" destination="dHA-PV-ECL" id="mAU-kL-bDw"/>
                         <outlet property="loginButton" destination="vvk-xp-NJf" id="8CI-V3-a6b"/>
                         <outlet property="loginButton" destination="vvk-xp-NJf" id="8CI-V3-a6b"/>
@@ -378,7 +363,7 @@
                                 <rect key="frame" x="0.0" y="20" width="375" height="598"/>
                                 <rect key="frame" x="0.0" y="20" width="375" height="598"/>
                                 <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <prototypes>
                                 <prototypes>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="tools" textLabel="tg4-Ox-UsK" style="IBUITableViewCellStyleDefault" id="tq0-wS-k0Y">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="tools" textLabel="tg4-Ox-UsK" style="IBUITableViewCellStyleDefault" id="tq0-wS-k0Y">
                                         <rect key="frame" x="0.0" y="55.5" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="55.5" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tq0-wS-k0Y" id="cWg-0l-aaE">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tq0-wS-k0Y" id="cWg-0l-aaE">
@@ -448,16 +433,16 @@
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                         <subviews>
                         <subviews>
                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QzH-GH-INM">
                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QzH-GH-INM">
-                                <rect key="frame" x="0.0" y="228.5" width="375" height="230"/>
+                                <rect key="frame" x="0.0" y="258.5" width="375" height="170"/>
                                 <subviews>
                                 <subviews>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Support:" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="39P-Ml-ixn">
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Support:" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="39P-Ml-ixn">
-                                        <rect key="frame" x="12" y="125" width="350.5" height="21"/>
+                                        <rect key="frame" x="12" y="106" width="350.5" height="21"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <nil key="textColor"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
                                         <nil key="highlightedColor"/>
                                     </label>
                                     </label>
                                     <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="USAIRedAnt@united-us.net" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Pf8-a1-dkP">
                                     <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="USAIRedAnt@united-us.net" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Pf8-a1-dkP">
-                                        <rect key="frame" x="12" y="148" width="351" height="30"/>
+                                        <rect key="frame" x="12" y="129" width="351" height="30"/>
                                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                         <constraints>
                                         <constraints>
                                             <constraint firstAttribute="height" constant="30" id="9kR-cB-Sfv"/>
                                             <constraint firstAttribute="height" constant="30" id="9kR-cB-Sfv"/>
@@ -467,19 +452,19 @@
                                         <dataDetectorType key="dataDetectorTypes" link="YES" address="YES" lookupSuggestion="YES"/>
                                         <dataDetectorType key="dataDetectorTypes" link="YES" address="YES" lookupSuggestion="YES"/>
                                     </textView>
                                     </textView>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Apex Mobile" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pzW-he-Zsx">
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Apex Mobile" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pzW-he-Zsx">
-                                        <rect key="frame" x="12" y="19" width="351" height="23"/>
+                                        <rect key="frame" x="12" y="10" width="351" height="23"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="19"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
                                         <nil key="highlightedColor"/>
                                     </label>
                                     </label>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A123456" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xAO-02-0JD">
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A123456" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xAO-02-0JD">
-                                        <rect key="frame" x="12" y="96" width="351.5" height="21"/>
+                                        <rect key="frame" x="12" y="77" width="351.5" height="21"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <nil key="textColor"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
                                         <nil key="highlightedColor"/>
                                     </label>
                                     </label>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version:" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wLu-oT-rmT">
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version:" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wLu-oT-rmT">
-                                        <rect key="frame" x="12" y="67" width="351" height="21"/>
+                                        <rect key="frame" x="12" y="48" width="351" height="21"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                         <nil key="textColor"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
                                         <nil key="highlightedColor"/>
@@ -488,7 +473,7 @@
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                 <constraints>
                                 <constraints>
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="leading" secondItem="xAO-02-0JD" secondAttribute="leading" id="7D6-oZ-Dy9"/>
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="leading" secondItem="xAO-02-0JD" secondAttribute="leading" id="7D6-oZ-Dy9"/>
-                                    <constraint firstItem="wLu-oT-rmT" firstAttribute="top" secondItem="pzW-he-Zsx" secondAttribute="bottom" constant="25" id="B4Z-sw-pOa"/>
+                                    <constraint firstItem="wLu-oT-rmT" firstAttribute="top" secondItem="pzW-he-Zsx" secondAttribute="bottom" constant="15" id="B4Z-sw-pOa"/>
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="EFY-Et-1r3"/>
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="EFY-Et-1r3"/>
                                     <constraint firstItem="wLu-oT-rmT" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="Gql-Kj-dW5"/>
                                     <constraint firstItem="wLu-oT-rmT" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="Gql-Kj-dW5"/>
                                     <constraint firstItem="wLu-oT-rmT" firstAttribute="leading" secondItem="pzW-he-Zsx" secondAttribute="leading" id="JZE-fK-5FU"/>
                                     <constraint firstItem="wLu-oT-rmT" firstAttribute="leading" secondItem="pzW-he-Zsx" secondAttribute="leading" id="JZE-fK-5FU"/>
@@ -499,16 +484,16 @@
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="top" secondItem="xAO-02-0JD" secondAttribute="bottom" constant="8" id="i4N-vu-cZv"/>
                                     <constraint firstItem="39P-Ml-ixn" firstAttribute="top" secondItem="xAO-02-0JD" secondAttribute="bottom" constant="8" id="i4N-vu-cZv"/>
                                     <constraint firstItem="Pf8-a1-dkP" firstAttribute="leading" secondItem="39P-Ml-ixn" secondAttribute="leading" id="ihL-II-S9F"/>
                                     <constraint firstItem="Pf8-a1-dkP" firstAttribute="leading" secondItem="39P-Ml-ixn" secondAttribute="leading" id="ihL-II-S9F"/>
                                     <constraint firstItem="pzW-he-Zsx" firstAttribute="leading" secondItem="QzH-GH-INM" secondAttribute="leading" constant="12" id="lfI-cA-UVR"/>
                                     <constraint firstItem="pzW-he-Zsx" firstAttribute="leading" secondItem="QzH-GH-INM" secondAttribute="leading" constant="12" id="lfI-cA-UVR"/>
-                                    <constraint firstItem="pzW-he-Zsx" firstAttribute="top" secondItem="QzH-GH-INM" secondAttribute="top" constant="19" id="nnu-Kt-xr5"/>
+                                    <constraint firstItem="pzW-he-Zsx" firstAttribute="top" secondItem="QzH-GH-INM" secondAttribute="top" constant="10" id="nnu-Kt-xr5"/>
                                     <constraint firstItem="Pf8-a1-dkP" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="vNc-21-wmh"/>
                                     <constraint firstItem="Pf8-a1-dkP" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="vNc-21-wmh"/>
                                     <constraint firstItem="xAO-02-0JD" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="yXr-PA-oo2"/>
                                     <constraint firstItem="xAO-02-0JD" firstAttribute="centerX" secondItem="QzH-GH-INM" secondAttribute="centerX" id="yXr-PA-oo2"/>
-                                    <constraint firstAttribute="height" constant="230" id="zoW-jP-s8X"/>
+                                    <constraint firstAttribute="height" constant="170" id="zoW-jP-s8X"/>
                                 </constraints>
                                 </constraints>
                             </view>
                             </view>
                             <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="apexlogo-1" translatesAutoresizingMaskIntoConstraints="NO" id="L4w-P6-CzE">
                             <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="apexlogo-1" translatesAutoresizingMaskIntoConstraints="NO" id="L4w-P6-CzE">
-                                <rect key="frame" x="10" y="40" width="355" height="128"/>
+                                <rect key="frame" x="10" y="40" width="355" height="100"/>
                                 <constraints>
                                 <constraints>
-                                    <constraint firstAttribute="height" constant="128" id="dJh-vJ-tuc"/>
+                                    <constraint firstAttribute="height" constant="100" id="dJh-vJ-tuc"/>
                                 </constraints>
                                 </constraints>
                             </imageView>
                             </imageView>
                         </subviews>
                         </subviews>
@@ -518,8 +503,9 @@
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="centerX" secondItem="qqy-e5-VYs" secondAttribute="centerX" id="Ee9-j2-uv5"/>
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="centerX" secondItem="qqy-e5-VYs" secondAttribute="centerX" id="Ee9-j2-uv5"/>
                             <constraint firstItem="QzH-GH-INM" firstAttribute="width" secondItem="kYm-r8-x3q" secondAttribute="width" id="KaV-V1-fXk"/>
                             <constraint firstItem="QzH-GH-INM" firstAttribute="width" secondItem="kYm-r8-x3q" secondAttribute="width" id="KaV-V1-fXk"/>
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="top" secondItem="qqy-e5-VYs" secondAttribute="top" constant="20" id="QM2-4x-Tvu"/>
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="top" secondItem="qqy-e5-VYs" secondAttribute="top" constant="20" id="QM2-4x-Tvu"/>
-                            <constraint firstItem="QzH-GH-INM" firstAttribute="top" relation="greaterThanOrEqual" secondItem="L4w-P6-CzE" secondAttribute="bottom" constant="20" id="QWI-Sq-EWG"/>
+                            <constraint firstItem="QzH-GH-INM" firstAttribute="top" relation="greaterThanOrEqual" secondItem="L4w-P6-CzE" secondAttribute="bottom" constant="10" id="QWI-Sq-EWG"/>
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="leading" secondItem="qqy-e5-VYs" secondAttribute="leading" constant="10" id="Ykt-Nx-iFC"/>
                             <constraint firstItem="L4w-P6-CzE" firstAttribute="leading" secondItem="qqy-e5-VYs" secondAttribute="leading" constant="10" id="Ykt-Nx-iFC"/>
+                            <constraint firstItem="qqy-e5-VYs" firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="QzH-GH-INM" secondAttribute="bottom" constant="10" id="amP-Tx-ZIu"/>
                             <constraint firstItem="QzH-GH-INM" firstAttribute="centerY" secondItem="qqy-e5-VYs" secondAttribute="centerY" priority="999" id="mDe-mV-dtM"/>
                             <constraint firstItem="QzH-GH-INM" firstAttribute="centerY" secondItem="qqy-e5-VYs" secondAttribute="centerY" priority="999" id="mDe-mV-dtM"/>
                         </constraints>
                         </constraints>
                         <viewLayoutGuide key="safeArea" id="qqy-e5-VYs"/>
                         <viewLayoutGuide key="safeArea" id="qqy-e5-VYs"/>
@@ -621,7 +607,7 @@
                                 <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                 <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <prototypes>
                                 <prototypes>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="newsitem" rowHeight="65" id="65E-n4-LH6" customClass="NewsTableViewCell">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="newsitem" rowHeight="65" id="65E-n4-LH6" customClass="NewsTableViewCell">
                                         <rect key="frame" x="0.0" y="22" width="375" height="65"/>
                                         <rect key="frame" x="0.0" y="22" width="375" height="65"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="65E-n4-LH6" id="SYB-mj-lbk">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="65E-n4-LH6" id="SYB-mj-lbk">
@@ -1000,7 +986,7 @@
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="sectionIndexColor" red="0.88766825199999999" green="0.88764166830000002" blue="0.88765668870000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="sectionIndexColor" red="0.88766825199999999" green="0.88764166830000002" blue="0.88765668870000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <prototypes>
                                 <prototypes>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="tableitemmsg" id="80c-yE-rdF" customClass="MessageItem">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="tableitemmsg" id="80c-yE-rdF" customClass="MessageItem">
                                         <rect key="frame" x="0.0" y="22" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="22" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="80c-yE-rdF" id="C2c-BR-X3b">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="80c-yE-rdF" id="C2c-BR-X3b">
@@ -1401,7 +1387,7 @@
                                 <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                 <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                 <prototypes>
                                 <prototypes>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="field" textLabel="4Dk-AL-yOW" style="IBUITableViewCellStyleDefault" id="RIX-gb-GVS">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="field" textLabel="4Dk-AL-yOW" style="IBUITableViewCellStyleDefault" id="RIX-gb-GVS">
                                         <rect key="frame" x="0.0" y="22" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="22" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="RIX-gb-GVS" id="0R9-wZ-hpp">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="RIX-gb-GVS" id="0R9-wZ-hpp">
@@ -1610,7 +1596,7 @@
                                 <inset key="insetFor6xAndEarlier" minX="0.0" minY="64" maxX="0.0" maxY="44"/>
                                 <inset key="insetFor6xAndEarlier" minX="0.0" minY="64" maxX="0.0" maxY="44"/>
                                 <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                 <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                 <prototypes>
                                 <prototypes>
-                                    <tableViewCell tag="1" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_tracking" rowHeight="64" id="OoD-Qf-0BP" customClass="DetailCellTracking">
+                                    <tableViewCell tag="1" contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_tracking" rowHeight="64" id="OoD-Qf-0BP" customClass="DetailCellTracking">
                                         <rect key="frame" x="0.0" y="55.5" width="375" height="64"/>
                                         <rect key="frame" x="0.0" y="55.5" width="375" height="64"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="OoD-Qf-0BP" id="8tS-jl-4gn">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="OoD-Qf-0BP" id="8tS-jl-4gn">
@@ -1645,7 +1631,7 @@
                                             <outlet property="trackingMsg" destination="iLz-Ev-4DJ" id="cSv-Jr-OYG"/>
                                             <outlet property="trackingMsg" destination="iLz-Ev-4DJ" id="cSv-Jr-OYG"/>
                                         </connections>
                                         </connections>
                                     </tableViewCell>
                                     </tableViewCell>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_list" id="mmm-lx-xXJ" customClass="DetailCellList">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_list" id="mmm-lx-xXJ" customClass="DetailCellList">
                                         <rect key="frame" x="0.0" y="119.5" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="119.5" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mmm-lx-xXJ" id="q9z-Ac-77Z">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mmm-lx-xXJ" id="q9z-Ac-77Z">
@@ -1653,7 +1639,7 @@
                                             <autoresizingMask key="autoresizingMask"/>
                                             <autoresizingMask key="autoresizingMask"/>
                                             <subviews>
                                             <subviews>
                                                 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fv6-ui-cri">
                                                 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fv6-ui-cri">
-                                                    <rect key="frame" x="15" y="8" width="345" height="28"/>
+                                                    <rect key="frame" x="15" y="8" width="345" height="29"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                     <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                     <nil key="highlightedColor"/>
                                                     <nil key="highlightedColor"/>
@@ -1665,7 +1651,7 @@
                                             <outlet property="listLabel" destination="Fv6-ui-cri" id="ee6-GK-EOJ"/>
                                             <outlet property="listLabel" destination="Fv6-ui-cri" id="ee6-GK-EOJ"/>
                                         </connections>
                                         </connections>
                                     </tableViewCell>
                                     </tableViewCell>
-                                    <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_kv" id="AYO-lZ-eor" customClass="DetailCellKV">
+                                    <tableViewCell contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_kv" id="AYO-lZ-eor" customClass="DetailCellKV">
                                         <rect key="frame" x="0.0" y="163.5" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="163.5" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="AYO-lZ-eor" id="VZB-eb-sJm">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="AYO-lZ-eor" id="VZB-eb-sJm">
@@ -1691,7 +1677,7 @@
                                             <outlet property="valLabel" destination="ozh-8v-gaC" id="8DP-Pm-5FM"/>
                                             <outlet property="valLabel" destination="ozh-8v-gaC" id="8DP-Pm-5FM"/>
                                         </connections>
                                         </connections>
                                     </tableViewCell>
                                     </tableViewCell>
-                                    <tableViewCell tag="1" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_web" rowHeight="164" id="BGQ-aG-f1B" customClass="DetailCellWeb">
+                                    <tableViewCell tag="1" contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_web" rowHeight="164" id="BGQ-aG-f1B" customClass="DetailCellWeb">
                                         <rect key="frame" x="0.0" y="207.5" width="375" height="164"/>
                                         <rect key="frame" x="0.0" y="207.5" width="375" height="164"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BGQ-aG-f1B" id="pJM-s3-5O7">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BGQ-aG-f1B" id="pJM-s3-5O7">
@@ -1699,7 +1685,7 @@
                                             <autoresizingMask key="autoresizingMask"/>
                                             <autoresizingMask key="autoresizingMask"/>
                                             <subviews>
                                             <subviews>
                                                 <webView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="a2k-TN-pCa">
                                                 <webView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="a2k-TN-pCa">
-                                                    <rect key="frame" x="0.0" y="0.0" width="375" height="163"/>
+                                                    <rect key="frame" x="0.0" y="0.0" width="375" height="164"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                     <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                     <dataDetectorType key="dataDetectorTypes" link="YES"/>
                                                     <dataDetectorType key="dataDetectorTypes" link="YES"/>
@@ -1713,7 +1699,7 @@
                                             <outlet property="webView" destination="a2k-TN-pCa" id="lN3-e4-97T"/>
                                             <outlet property="webView" destination="a2k-TN-pCa" id="lN3-e4-97T"/>
                                         </connections>
                                         </connections>
                                     </tableViewCell>
                                     </tableViewCell>
-                                    <tableViewCell tag="1" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_kvnew" rowHeight="44" id="QcB-cx-iPf" customClass="DetailCellKVNew">
+                                    <tableViewCell tag="1" contentMode="scaleToFill" misplaced="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="detail_item_kvnew" rowHeight="44" id="QcB-cx-iPf" customClass="DetailCellKVNew">
                                         <rect key="frame" x="0.0" y="371.5" width="375" height="44"/>
                                         <rect key="frame" x="0.0" y="371.5" width="375" height="44"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="QcB-cx-iPf" id="kRE-Nt-r6F">
                                         <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="QcB-cx-iPf" id="kRE-Nt-r6F">
@@ -1721,18 +1707,18 @@
                                             <autoresizingMask key="autoresizingMask"/>
                                             <autoresizingMask key="autoresizingMask"/>
                                             <subviews>
                                             <subviews>
                                                 <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FbJ-O5-B1Q" customClass="LineView">
                                                 <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FbJ-O5-B1Q" customClass="LineView">
-                                                    <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
+                                                    <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <subviews>
                                                     <subviews>
                                                         <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Vu-9P-I7w" customClass="MDHTMLLabel">
                                                         <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Vu-9P-I7w" customClass="MDHTMLLabel">
-                                                            <rect key="frame" x="158" y="8" width="209" height="28"/>
+                                                            <rect key="frame" x="158" y="8" width="209" height="29"/>
                                                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" heightSizable="YES"/>
                                                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" heightSizable="YES"/>
                                                             <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                             <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                             <nil key="textColor"/>
                                                             <nil key="textColor"/>
                                                             <nil key="highlightedColor"/>
                                                             <nil key="highlightedColor"/>
                                                         </label>
                                                         </label>
                                                         <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vER-xh-qBc" customClass="MDHTMLLabel">
                                                         <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vER-xh-qBc" customClass="MDHTMLLabel">
-                                                            <rect key="frame" x="8" y="8" width="134" height="28"/>
+                                                            <rect key="frame" x="8" y="8" width="134" height="29"/>
                                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES"/>
                                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES"/>
                                                             <fontDescription key="fontDescription" type="boldSystem" pointSize="13"/>
                                                             <fontDescription key="fontDescription" type="boldSystem" pointSize="13"/>
                                                             <nil key="textColor"/>
                                                             <nil key="textColor"/>
@@ -1792,6 +1778,5 @@
         <image name="tab_home" width="30" height="30"/>
         <image name="tab_home" width="30" height="30"/>
         <image name="tab_login" width="30" height="30"/>
         <image name="tab_login" width="30" height="30"/>
         <image name="tools" width="32" height="32"/>
         <image name="tools" width="32" height="32"/>
-        <image name="unchecked_32" width="16" height="16"/>
     </resources>
     </resources>
 </document>
 </document>