fix: Increase size for new report earthquake section buttons

This commit is contained in:
Andrea Busi
2022-11-12 09:57:32 +01:00
parent 7db48e381f
commit 66e9d7035e
@@ -489,14 +489,14 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="ReportEarthquakeCell" id="Vrl-pa-Wbl" customClass="SegnalazioniSendReportCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="222.5" width="414" height="674"/>
<rect key="frame" x="0.0" y="222.5" width="414" height="736.5"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Vrl-pa-Wbl" id="Jec-Wo-woH">
<rect key="frame" x="0.0" y="0.0" width="414" height="674"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="736.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Tqm-7p-FMF">
<rect key="frame" x="8" y="8" width="398" height="658"/>
<rect key="frame" x="8" y="8" width="398" height="720.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="I felt an earthquake!" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SZ3-3S-Me7" customClass="EQNEdgeInsetLabel" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="155" height="26"/>
@@ -509,19 +509,19 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" translatesAutoresizingMaskIntoConstraints="NO" id="rji-8i-Lol">
<rect key="frame" x="0.0" y="34" width="398" height="616"/>
<rect key="frame" x="0.0" y="34" width="398" height="678.5"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="O7j-TF-VIR">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="II - Appena percepito" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dPZ-e0-ohw">
<rect key="frame" x="10" y="10" width="378" height="30"/>
<rect key="frame" x="10" y="15" width="378" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="20" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tq9-HZ-k6i">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -531,27 +531,27 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
</subviews>
<color key="backgroundColor" red="0.92941176470588238" green="0.93725490196078431" blue="0.95294117647058818" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="dPZ-e0-ohw" secondAttribute="bottom" constant="10" id="1Qb-pI-4Qv"/>
<constraint firstAttribute="bottom" secondItem="dPZ-e0-ohw" secondAttribute="bottom" constant="15" id="1Qb-pI-4Qv"/>
<constraint firstItem="tq9-HZ-k6i" firstAttribute="centerX" secondItem="O7j-TF-VIR" secondAttribute="centerX" id="57K-wY-eb4"/>
<constraint firstItem="tq9-HZ-k6i" firstAttribute="width" secondItem="O7j-TF-VIR" secondAttribute="width" id="9bw-kI-amp"/>
<constraint firstItem="tq9-HZ-k6i" firstAttribute="centerY" secondItem="O7j-TF-VIR" secondAttribute="centerY" id="ITz-GM-6g3"/>
<constraint firstItem="dPZ-e0-ohw" firstAttribute="top" secondItem="O7j-TF-VIR" secondAttribute="top" constant="10" id="O64-NA-jvZ"/>
<constraint firstItem="dPZ-e0-ohw" firstAttribute="top" secondItem="O7j-TF-VIR" secondAttribute="top" constant="15" id="O64-NA-jvZ"/>
<constraint firstAttribute="trailing" secondItem="dPZ-e0-ohw" secondAttribute="trailing" constant="10" id="fcV-ip-Rnk"/>
<constraint firstItem="tq9-HZ-k6i" firstAttribute="height" secondItem="O7j-TF-VIR" secondAttribute="height" id="jZJ-n4-EI8"/>
<constraint firstItem="dPZ-e0-ohw" firstAttribute="leading" secondItem="O7j-TF-VIR" secondAttribute="leading" constant="10" id="jzp-mh-a5c"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Lsw-Ip-ccP">
<rect key="frame" x="0.0" y="50" width="398" height="50"/>
<rect key="frame" x="0.0" y="50.5" width="398" height="50.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="III - Vibrazioni simili al passaggio di un camion" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xCi-QY-fyE">
<rect key="frame" x="10" y="10" width="378" height="30"/>
<rect key="frame" x="10" y="15" width="378" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="30" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9YF-gU-yWz">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -561,27 +561,27 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
</subviews>
<color key="backgroundColor" red="0.74901960779999999" green="0.76862745099999996" blue="0.85098039219999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="xCi-QY-fyE" firstAttribute="top" secondItem="Lsw-Ip-ccP" secondAttribute="top" constant="10" id="0eV-3Z-Fxd"/>
<constraint firstItem="xCi-QY-fyE" firstAttribute="top" secondItem="Lsw-Ip-ccP" secondAttribute="top" constant="15" id="0eV-3Z-Fxd"/>
<constraint firstItem="9YF-gU-yWz" firstAttribute="width" secondItem="Lsw-Ip-ccP" secondAttribute="width" id="2Ty-0n-aTo"/>
<constraint firstItem="9YF-gU-yWz" firstAttribute="height" secondItem="Lsw-Ip-ccP" secondAttribute="height" id="5a7-ZK-8az"/>
<constraint firstItem="xCi-QY-fyE" firstAttribute="leading" secondItem="Lsw-Ip-ccP" secondAttribute="leading" constant="10" id="Igz-B7-A4M"/>
<constraint firstItem="9YF-gU-yWz" firstAttribute="centerY" secondItem="Lsw-Ip-ccP" secondAttribute="centerY" id="NfY-xk-JOr"/>
<constraint firstItem="9YF-gU-yWz" firstAttribute="centerX" secondItem="Lsw-Ip-ccP" secondAttribute="centerX" id="TPi-jF-mIo"/>
<constraint firstAttribute="bottom" secondItem="xCi-QY-fyE" secondAttribute="bottom" constant="10" id="UpC-Zz-89n"/>
<constraint firstAttribute="bottom" secondItem="xCi-QY-fyE" secondAttribute="bottom" constant="15" id="UpC-Zz-89n"/>
<constraint firstAttribute="trailing" secondItem="xCi-QY-fyE" secondAttribute="trailing" constant="10" id="txQ-iW-J89"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CD3-eg-ef5">
<rect key="frame" x="0.0" y="100" width="398" height="61"/>
<rect key="frame" x="0.0" y="101" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IV - Vibrazione di infissi e vetri, leggere oscillazioni di oggetti appesi" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c87-9a-K63">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="40" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yYe-SC-KUs">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -593,8 +593,8 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraints>
<constraint firstAttribute="trailing" secondItem="c87-9a-K63" secondAttribute="trailing" constant="10" id="1Fa-8P-MGE"/>
<constraint firstItem="yYe-SC-KUs" firstAttribute="centerX" secondItem="CD3-eg-ef5" secondAttribute="centerX" id="34q-eR-Uym"/>
<constraint firstItem="c87-9a-K63" firstAttribute="top" secondItem="CD3-eg-ef5" secondAttribute="top" constant="10" id="4Vh-Gr-vb3"/>
<constraint firstAttribute="bottom" secondItem="c87-9a-K63" secondAttribute="bottom" constant="10" id="4oD-FP-4mL"/>
<constraint firstItem="c87-9a-K63" firstAttribute="top" secondItem="CD3-eg-ef5" secondAttribute="top" constant="15" id="4Vh-Gr-vb3"/>
<constraint firstAttribute="bottom" secondItem="c87-9a-K63" secondAttribute="bottom" constant="15" id="4oD-FP-4mL"/>
<constraint firstItem="c87-9a-K63" firstAttribute="leading" secondItem="CD3-eg-ef5" secondAttribute="leading" constant="10" id="U7b-pn-zXL"/>
<constraint firstItem="yYe-SC-KUs" firstAttribute="width" secondItem="CD3-eg-ef5" secondAttribute="width" id="YEa-vF-ULQ"/>
<constraint firstItem="yYe-SC-KUs" firstAttribute="height" secondItem="CD3-eg-ef5" secondAttribute="height" id="gEa-ub-bTT"/>
@@ -602,16 +602,16 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LPi-9Y-7eu">
<rect key="frame" x="0.0" y="161" width="398" height="50"/>
<rect key="frame" x="0.0" y="172" width="398" height="50.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="V - Caduta di oggetti degli scaffali" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NhP-9P-tfI">
<rect key="frame" x="10" y="10" width="378" height="30"/>
<rect key="frame" x="10" y="15" width="378" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="50" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VUP-Ab-1NP">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -624,24 +624,24 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraint firstItem="VUP-Ab-1NP" firstAttribute="width" secondItem="LPi-9Y-7eu" secondAttribute="width" id="HvU-gz-jSc"/>
<constraint firstItem="VUP-Ab-1NP" firstAttribute="height" secondItem="LPi-9Y-7eu" secondAttribute="height" id="L6p-NB-tyD"/>
<constraint firstItem="NhP-9P-tfI" firstAttribute="leading" secondItem="LPi-9Y-7eu" secondAttribute="leading" constant="10" id="Tzh-tK-QK6"/>
<constraint firstItem="NhP-9P-tfI" firstAttribute="top" secondItem="LPi-9Y-7eu" secondAttribute="top" constant="10" id="VX6-LX-Y6C"/>
<constraint firstItem="NhP-9P-tfI" firstAttribute="top" secondItem="LPi-9Y-7eu" secondAttribute="top" constant="15" id="VX6-LX-Y6C"/>
<constraint firstItem="VUP-Ab-1NP" firstAttribute="centerY" secondItem="LPi-9Y-7eu" secondAttribute="centerY" id="YNn-zp-LKg"/>
<constraint firstAttribute="trailing" secondItem="NhP-9P-tfI" secondAttribute="trailing" constant="10" id="ZuO-6d-VeE"/>
<constraint firstItem="VUP-Ab-1NP" firstAttribute="centerX" secondItem="LPi-9Y-7eu" secondAttribute="centerX" id="rn8-UB-8ud"/>
<constraint firstAttribute="bottom" secondItem="NhP-9P-tfI" secondAttribute="bottom" constant="10" id="rqF-PL-KHJ"/>
<constraint firstAttribute="bottom" secondItem="NhP-9P-tfI" secondAttribute="bottom" constant="15" id="rqF-PL-KHJ"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YOF-48-hY6">
<rect key="frame" x="0.0" y="211" width="398" height="61"/>
<rect key="frame" x="0.0" y="222.5" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="VI - Piccole lesioni negli edifici e finestre in frantumi" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dOe-Qd-wa7">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="60" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="oSV-Th-JF6">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -653,25 +653,25 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraints>
<constraint firstItem="oSV-Th-JF6" firstAttribute="width" secondItem="YOF-48-hY6" secondAttribute="width" id="Ei8-Gb-TfO"/>
<constraint firstItem="oSV-Th-JF6" firstAttribute="centerX" secondItem="YOF-48-hY6" secondAttribute="centerX" id="Xek-Ig-uvd"/>
<constraint firstItem="dOe-Qd-wa7" firstAttribute="top" secondItem="YOF-48-hY6" secondAttribute="top" constant="10" id="h2K-ws-ebn"/>
<constraint firstItem="dOe-Qd-wa7" firstAttribute="top" secondItem="YOF-48-hY6" secondAttribute="top" constant="15" id="h2K-ws-ebn"/>
<constraint firstItem="oSV-Th-JF6" firstAttribute="centerY" secondItem="YOF-48-hY6" secondAttribute="centerY" id="h8p-3A-sP7"/>
<constraint firstAttribute="bottom" secondItem="dOe-Qd-wa7" secondAttribute="bottom" constant="10" id="lKP-uv-YlY"/>
<constraint firstAttribute="bottom" secondItem="dOe-Qd-wa7" secondAttribute="bottom" constant="15" id="lKP-uv-YlY"/>
<constraint firstAttribute="trailing" secondItem="dOe-Qd-wa7" secondAttribute="trailing" constant="10" id="mpt-in-vml"/>
<constraint firstItem="oSV-Th-JF6" firstAttribute="height" secondItem="YOF-48-hY6" secondAttribute="height" id="rnE-88-HYW"/>
<constraint firstItem="dOe-Qd-wa7" firstAttribute="leading" secondItem="YOF-48-hY6" secondAttribute="leading" constant="10" id="zkA-3J-2md"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gQt-gY-9IE">
<rect key="frame" x="0.0" y="272" width="398" height="61"/>
<rect key="frame" x="0.0" y="293.5" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="VII - Lesioni negli edifici, difficoltà a rimanere in piedi" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bzl-Jn-NSc">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="70" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gsp-8U-lQS">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -684,24 +684,24 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraint firstItem="Gsp-8U-lQS" firstAttribute="height" secondItem="gQt-gY-9IE" secondAttribute="height" id="4oM-Bg-UOD"/>
<constraint firstItem="Gsp-8U-lQS" firstAttribute="width" secondItem="gQt-gY-9IE" secondAttribute="width" id="6AA-yJ-dcy"/>
<constraint firstAttribute="trailing" secondItem="bzl-Jn-NSc" secondAttribute="trailing" constant="10" id="9dw-np-ewy"/>
<constraint firstItem="bzl-Jn-NSc" firstAttribute="top" secondItem="gQt-gY-9IE" secondAttribute="top" constant="10" id="Hmm-E3-3du"/>
<constraint firstAttribute="bottom" secondItem="bzl-Jn-NSc" secondAttribute="bottom" constant="10" id="IVm-U0-or2"/>
<constraint firstItem="bzl-Jn-NSc" firstAttribute="top" secondItem="gQt-gY-9IE" secondAttribute="top" constant="15" id="Hmm-E3-3du"/>
<constraint firstAttribute="bottom" secondItem="bzl-Jn-NSc" secondAttribute="bottom" constant="15" id="IVm-U0-or2"/>
<constraint firstItem="Gsp-8U-lQS" firstAttribute="centerY" secondItem="gQt-gY-9IE" secondAttribute="centerY" id="ded-DX-Ey8"/>
<constraint firstItem="bzl-Jn-NSc" firstAttribute="leading" secondItem="gQt-gY-9IE" secondAttribute="leading" constant="10" id="kTC-e0-zZb"/>
<constraint firstItem="Gsp-8U-lQS" firstAttribute="centerX" secondItem="gQt-gY-9IE" secondAttribute="centerX" id="krD-BD-de5"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ABw-eL-FJU">
<rect key="frame" x="0.0" y="333" width="398" height="50"/>
<rect key="frame" x="0.0" y="364.5" width="398" height="50.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="VIII - Lesioni evidenti negli edifici e crolli parziali" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mLj-zR-i4N">
<rect key="frame" x="10" y="10" width="378" height="30"/>
<rect key="frame" x="10" y="15" width="378" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="80" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MB1-DD-0nk">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -713,25 +713,25 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraints>
<constraint firstItem="MB1-DD-0nk" firstAttribute="centerX" secondItem="ABw-eL-FJU" secondAttribute="centerX" id="52h-ya-VWq"/>
<constraint firstItem="mLj-zR-i4N" firstAttribute="leading" secondItem="ABw-eL-FJU" secondAttribute="leading" constant="10" id="QtD-4z-e8d"/>
<constraint firstAttribute="bottom" secondItem="mLj-zR-i4N" secondAttribute="bottom" constant="10" id="a0k-CG-c3v"/>
<constraint firstAttribute="bottom" secondItem="mLj-zR-i4N" secondAttribute="bottom" constant="15" id="a0k-CG-c3v"/>
<constraint firstItem="MB1-DD-0nk" firstAttribute="centerY" secondItem="ABw-eL-FJU" secondAttribute="centerY" id="fq2-0u-XEb"/>
<constraint firstAttribute="trailing" secondItem="mLj-zR-i4N" secondAttribute="trailing" constant="10" id="gh0-ng-IxX"/>
<constraint firstItem="MB1-DD-0nk" firstAttribute="height" secondItem="ABw-eL-FJU" secondAttribute="height" id="h5P-ZN-R0L"/>
<constraint firstItem="mLj-zR-i4N" firstAttribute="top" secondItem="ABw-eL-FJU" secondAttribute="top" constant="10" id="lx7-6s-WCD"/>
<constraint firstItem="mLj-zR-i4N" firstAttribute="top" secondItem="ABw-eL-FJU" secondAttribute="top" constant="15" id="lx7-6s-WCD"/>
<constraint firstItem="MB1-DD-0nk" firstAttribute="width" secondItem="ABw-eL-FJU" secondAttribute="width" id="uw6-vJ-JJI"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h01-lv-LJ2">
<rect key="frame" x="0.0" y="383" width="398" height="61"/>
<rect key="frame" x="0.0" y="415" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IX - Crolli consistenti negli edifici, persone gettate a terra" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zNl-zP-BSK">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="90" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jg2-Nx-8Bc">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -744,24 +744,24 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraint firstItem="Jg2-Nx-8Bc" firstAttribute="width" secondItem="h01-lv-LJ2" secondAttribute="width" id="6MX-F5-7cx"/>
<constraint firstItem="zNl-zP-BSK" firstAttribute="leading" secondItem="h01-lv-LJ2" secondAttribute="leading" constant="10" id="Bkk-Mf-wfn"/>
<constraint firstItem="Jg2-Nx-8Bc" firstAttribute="centerX" secondItem="h01-lv-LJ2" secondAttribute="centerX" id="KqM-I7-TGe"/>
<constraint firstItem="zNl-zP-BSK" firstAttribute="top" secondItem="h01-lv-LJ2" secondAttribute="top" constant="10" id="SyX-kX-7cn"/>
<constraint firstItem="zNl-zP-BSK" firstAttribute="top" secondItem="h01-lv-LJ2" secondAttribute="top" constant="15" id="SyX-kX-7cn"/>
<constraint firstAttribute="trailing" secondItem="zNl-zP-BSK" secondAttribute="trailing" constant="10" id="VYK-kK-ED7"/>
<constraint firstAttribute="bottom" secondItem="zNl-zP-BSK" secondAttribute="bottom" constant="10" id="Vs8-SD-F44"/>
<constraint firstAttribute="bottom" secondItem="zNl-zP-BSK" secondAttribute="bottom" constant="15" id="Vs8-SD-F44"/>
<constraint firstItem="Jg2-Nx-8Bc" firstAttribute="centerY" secondItem="h01-lv-LJ2" secondAttribute="centerY" id="liT-9R-KTk"/>
<constraint firstItem="Jg2-Nx-8Bc" firstAttribute="height" secondItem="h01-lv-LJ2" secondAttribute="height" id="veE-pG-NAH"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0iy-XC-bYQ">
<rect key="frame" x="0.0" y="444" width="398" height="50"/>
<rect key="frame" x="0.0" y="486" width="398" height="50.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="X - Interi edifici crollati" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gfo-a3-0tU">
<rect key="frame" x="10" y="10" width="378" height="30"/>
<rect key="frame" x="10" y="15" width="378" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="100" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dEW-Ka-nrT">
<rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="50.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -772,26 +772,26 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<color key="backgroundColor" red="0.792156862745098" green="0.15294117647058825" blue="0.14901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="dEW-Ka-nrT" firstAttribute="centerY" secondItem="0iy-XC-bYQ" secondAttribute="centerY" id="28d-Ht-Xi0"/>
<constraint firstAttribute="bottom" secondItem="gfo-a3-0tU" secondAttribute="bottom" constant="10" id="RJg-9a-CB5"/>
<constraint firstAttribute="bottom" secondItem="gfo-a3-0tU" secondAttribute="bottom" constant="15" id="RJg-9a-CB5"/>
<constraint firstItem="dEW-Ka-nrT" firstAttribute="width" secondItem="0iy-XC-bYQ" secondAttribute="width" id="TcF-zH-ep5"/>
<constraint firstItem="gfo-a3-0tU" firstAttribute="leading" secondItem="0iy-XC-bYQ" secondAttribute="leading" constant="10" id="g1N-px-eLd"/>
<constraint firstItem="dEW-Ka-nrT" firstAttribute="height" secondItem="0iy-XC-bYQ" secondAttribute="height" id="hl6-Nt-jdM"/>
<constraint firstItem="gfo-a3-0tU" firstAttribute="top" secondItem="0iy-XC-bYQ" secondAttribute="top" constant="10" id="ous-4v-mFF"/>
<constraint firstItem="gfo-a3-0tU" firstAttribute="top" secondItem="0iy-XC-bYQ" secondAttribute="top" constant="15" id="ous-4v-mFF"/>
<constraint firstItem="dEW-Ka-nrT" firstAttribute="centerX" secondItem="0iy-XC-bYQ" secondAttribute="centerX" id="pBz-zY-FEH"/>
<constraint firstAttribute="trailing" secondItem="gfo-a3-0tU" secondAttribute="trailing" constant="10" id="wDx-FS-v7P"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ijw-VB-xsj">
<rect key="frame" x="0.0" y="494" width="398" height="61"/>
<rect key="frame" x="0.0" y="536.5" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="XI - Distruzione di interi centri urbani, moltissime vitti,e crepacci nel suolo e frane" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aSj-Rw-iMc">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="110" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5ov-My-KLu">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -803,25 +803,25 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraints>
<constraint firstItem="5ov-My-KLu" firstAttribute="height" secondItem="Ijw-VB-xsj" secondAttribute="height" id="0R4-X1-3V6"/>
<constraint firstAttribute="trailing" secondItem="aSj-Rw-iMc" secondAttribute="trailing" constant="10" id="Hju-4m-KeR"/>
<constraint firstAttribute="bottom" secondItem="aSj-Rw-iMc" secondAttribute="bottom" constant="10" id="TM7-8M-mYI"/>
<constraint firstAttribute="bottom" secondItem="aSj-Rw-iMc" secondAttribute="bottom" constant="15" id="TM7-8M-mYI"/>
<constraint firstItem="5ov-My-KLu" firstAttribute="centerY" secondItem="Ijw-VB-xsj" secondAttribute="centerY" id="fip-a1-dhd"/>
<constraint firstItem="5ov-My-KLu" firstAttribute="centerX" secondItem="Ijw-VB-xsj" secondAttribute="centerX" id="iIL-G3-DR4"/>
<constraint firstItem="aSj-Rw-iMc" firstAttribute="top" secondItem="Ijw-VB-xsj" secondAttribute="top" constant="10" id="nJO-fY-U7l"/>
<constraint firstItem="aSj-Rw-iMc" firstAttribute="top" secondItem="Ijw-VB-xsj" secondAttribute="top" constant="15" id="nJO-fY-U7l"/>
<constraint firstItem="5ov-My-KLu" firstAttribute="width" secondItem="Ijw-VB-xsj" secondAttribute="width" id="op8-TE-LDS"/>
<constraint firstItem="aSj-Rw-iMc" firstAttribute="leading" secondItem="Ijw-VB-xsj" secondAttribute="leading" constant="10" id="sWN-d9-eFu"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kuE-9i-4vk">
<rect key="frame" x="0.0" y="555" width="398" height="61"/>
<rect key="frame" x="0.0" y="607.5" width="398" height="71"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="XII - Sconvolgimento del suolo, dislocamento della crosta terrestre" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d3V-sB-aiq">
<rect key="frame" x="10" y="10" width="378" height="41"/>
<rect key="frame" x="10" y="15" width="378" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="120" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KQT-Is-8Bx">
<rect key="frame" x="0.0" y="0.0" width="398" height="61"/>
<rect key="frame" x="0.0" y="0.0" width="398" height="71"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<connections>
@@ -834,11 +834,11 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern
<constraint firstItem="KQT-Is-8Bx" firstAttribute="centerX" secondItem="kuE-9i-4vk" secondAttribute="centerX" id="2CL-kv-2PR"/>
<constraint firstItem="KQT-Is-8Bx" firstAttribute="centerY" secondItem="kuE-9i-4vk" secondAttribute="centerY" id="2za-eO-NlR"/>
<constraint firstItem="KQT-Is-8Bx" firstAttribute="height" secondItem="kuE-9i-4vk" secondAttribute="height" id="6yj-6r-kEF"/>
<constraint firstItem="d3V-sB-aiq" firstAttribute="top" secondItem="kuE-9i-4vk" secondAttribute="top" constant="10" id="F8r-yU-eao"/>
<constraint firstItem="d3V-sB-aiq" firstAttribute="top" secondItem="kuE-9i-4vk" secondAttribute="top" constant="15" id="F8r-yU-eao"/>
<constraint firstAttribute="trailing" secondItem="d3V-sB-aiq" secondAttribute="trailing" constant="10" id="Fkt-eP-M9J"/>
<constraint firstItem="d3V-sB-aiq" firstAttribute="leading" secondItem="kuE-9i-4vk" secondAttribute="leading" constant="10" id="P7b-M6-ZhL"/>
<constraint firstItem="KQT-Is-8Bx" firstAttribute="width" secondItem="kuE-9i-4vk" secondAttribute="width" id="YDR-9K-eVt"/>
<constraint firstAttribute="bottom" secondItem="d3V-sB-aiq" secondAttribute="bottom" constant="10" id="x5T-WO-gwz"/>
<constraint firstAttribute="bottom" secondItem="d3V-sB-aiq" secondAttribute="bottom" constant="15" id="x5T-WO-gwz"/>
</constraints>
</view>
</subviews>
@@ -2131,7 +2131,7 @@ Sisma rilevato da 10 smartphone</string>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PastEarthquakesCell" rowHeight="160" id="R3G-Bh-LLr" customClass="AlertsPastEartquakesTableViewCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="1018" width="414" height="160"/>
<rect key="frame" x="0.0" y="1008" width="414" height="160"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="R3G-Bh-LLr" id="UH4-vm-Tld">
<rect key="frame" x="0.0" y="0.0" width="414" height="160"/>
@@ -2210,7 +2210,7 @@ Sisma rilevato da 10 smartphone</string>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="SmartphoneNetworkCell" rowHeight="170" id="YUf-dd-IFz" customClass="AlertsSmartphoneNetworkTableViewCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="1178" width="414" height="170"/>
<rect key="frame" x="0.0" y="1168" width="414" height="170"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="YUf-dd-IFz" id="BkM-63-VOb">
<rect key="frame" x="0.0" y="0.0" width="414" height="170"/>
@@ -2292,7 +2292,7 @@ Sisma rilevato da 10 smartphone</string>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="PriorityCell" rowHeight="170" id="gXs-mo-UQM" customClass="AlertsPriorityServiceTableViewCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="1348" width="414" height="170"/>
<rect key="frame" x="0.0" y="1338" width="414" height="170"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="gXs-mo-UQM" id="ViI-oT-s00">
<rect key="frame" x="0.0" y="0.0" width="414" height="170"/>
@@ -2375,7 +2375,7 @@ Sisma rilevato da 10 smartphone</string>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="ProVersionCell" rowHeight="140" id="oTE-5k-bAN" customClass="AlertsProVersionTableViewCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="1518" width="414" height="140"/>
<rect key="frame" x="0.0" y="1508" width="414" height="140"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="oTE-5k-bAN" id="Axb-Lq-NhB">
<rect key="frame" x="0.0" y="0.0" width="414" height="140"/>
@@ -2438,7 +2438,7 @@ Sisma rilevato da 10 smartphone</string>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PositionDataCell" rowHeight="180" id="j9i-Sk-o3g" customClass="AlertsPositionDataTableViewCell" customModule="Earthquake_Network" customModuleProvider="target">
<rect key="frame" x="0.0" y="1658" width="414" height="180"/>
<rect key="frame" x="0.0" y="1648" width="414" height="180"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="j9i-Sk-o3g" id="sTW-Bj-7Bz">
<rect key="frame" x="0.0" y="0.0" width="414" height="180"/>