Files
2021-11-16 15:08:55 +03:00

55 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TableHeaderSpinerView" customModule="PatternsSwift" customModuleProvider="target">
<connections>
<outlet property="spiner" destination="sle-Eb-gIB" id="Qa7-Ne-cxF"/>
<outlet property="textLabel" destination="gn7-gH-rpm" id="Goy-e6-qp1"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ltI-Wt-r3w">
<rect key="frame" x="0.0" y="0.0" width="320" height="102"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ReV-i4-P2V">
<rect key="frame" x="112.5" y="22.5" width="95" height="57"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Loading..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gn7-gH-rpm">
<rect key="frame" x="0.0" y="31" width="95" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="sle-Eb-gIB">
<rect key="frame" x="37.5" y="4" width="20" height="20"/>
<color key="color" white="0.59909119897959184" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</activityIndicatorView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="sle-Eb-gIB" firstAttribute="centerX" secondItem="ReV-i4-P2V" secondAttribute="centerX" id="LYN-92-8ff"/>
<constraint firstAttribute="trailing" secondItem="gn7-gH-rpm" secondAttribute="trailing" id="OP2-sR-ew4"/>
<constraint firstItem="gn7-gH-rpm" firstAttribute="leading" secondItem="ReV-i4-P2V" secondAttribute="leading" id="dGU-7Q-3b3"/>
<constraint firstItem="sle-Eb-gIB" firstAttribute="top" secondItem="ReV-i4-P2V" secondAttribute="top" constant="4" id="jLg-Tf-iyU"/>
<constraint firstAttribute="width" constant="95" id="upF-01-NsP"/>
<constraint firstAttribute="height" constant="57" id="vDu-vQ-gys"/>
<constraint firstAttribute="bottom" secondItem="gn7-gH-rpm" secondAttribute="bottom" constant="5.5" id="wAJ-KI-nMn"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="ReV-i4-P2V" firstAttribute="centerX" secondItem="ltI-Wt-r3w" secondAttribute="centerX" id="WVb-YQ-DTq"/>
<constraint firstItem="ReV-i4-P2V" firstAttribute="centerY" secondItem="ltI-Wt-r3w" secondAttribute="centerY" id="ZDD-Pc-qlC"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="124.8" y="189.80509745127438"/>
</view>
</objects>
</document>