An amazing project that generates micro reports from tournament results
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pa-tournament-stats/TournamentStats/UI/StackTableCell.xib

38 lines
2.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="aT2-pS-Iqw" customClass="StackTableCell" customModule="TournamentStats" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="aT2-pS-Iqw" id="n6c-N8-BIo">
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zyP-u3-Lbn">
<rect key="frame" x="8" y="0.0" width="398" height="43.5"/>
</stackView>
</subviews>
<constraints>
<constraint firstItem="zyP-u3-Lbn" firstAttribute="leading" secondItem="n6c-N8-BIo" secondAttribute="leading" constant="8" id="36S-42-88h"/>
<constraint firstAttribute="bottom" secondItem="zyP-u3-Lbn" secondAttribute="bottom" id="9Fi-3O-haC"/>
<constraint firstAttribute="trailing" secondItem="zyP-u3-Lbn" secondAttribute="trailing" constant="8" id="Aja-gu-ofx"/>
<constraint firstItem="zyP-u3-Lbn" firstAttribute="top" secondItem="n6c-N8-BIo" secondAttribute="top" id="nko-dF-Ksc"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="stackView" destination="zyP-u3-Lbn" id="Odj-c0-t9N"/>
</connections>
<point key="canvasLocation" x="-57" y="102"/>
</tableViewCell>
</objects>
</document>