|
@@ -1,11 +1,11 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="J6p-g8-CHO">
|
|
|
- <device id="retina4_7" orientation="portrait">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="J6p-g8-CHO">
|
|
|
+ <device id="retina5_9" orientation="portrait">
|
|
|
<adaptation id="fullscreen"/>
|
|
|
</device>
|
|
|
<dependencies>
|
|
|
<deployment identifier="iOS"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
|
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
@@ -19,18 +19,18 @@
|
|
|
<viewControllerLayoutGuide type="bottom" id="UQD-kz-Mfv"/>
|
|
|
</layoutGuides>
|
|
|
<view key="view" contentMode="scaleToFill" id="Vdh-Gp-eV6">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="vA7-yc-aM1">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="623"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="734"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
<prototypes>
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="0H6-U8-fd4" userLabel="Cell" customClass="recordMetadataCell" customModule="Picker" customModuleProvider="target">
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="50"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0H6-U8-fd4" id="44X-Sr-gc0">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="49.5"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="49.666666666666664"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Wk9-rb-4yv">
|
|
@@ -75,9 +75,17 @@
|
|
|
</connections>
|
|
|
</tableView>
|
|
|
<toolbar clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kOP-Rg-Mvb">
|
|
|
- <rect key="frame" x="0.0" y="623" width="375" height="44"/>
|
|
|
+ <rect key="frame" x="0.0" y="768" width="375" height="44"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
- <items/>
|
|
|
+ <items>
|
|
|
+ <barButtonItem style="plain" systemItem="flexibleSpace" id="Wcn-Rh-qba"/>
|
|
|
+ <barButtonItem title="title" id="LlY-NF-IiS" userLabel="Save">
|
|
|
+ <connections>
|
|
|
+ <action selector="saveButtonTapped:" destination="J6p-g8-CHO" id="oZp-Hv-neh"/>
|
|
|
+ </connections>
|
|
|
+ </barButtonItem>
|
|
|
+ <barButtonItem style="plain" systemItem="flexibleSpace" id="xmG-u1-O7D"/>
|
|
|
+ </items>
|
|
|
</toolbar>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
@@ -89,6 +97,7 @@
|
|
|
</constraints>
|
|
|
</view>
|
|
|
<connections>
|
|
|
+ <outlet property="saveButton" destination="LlY-NF-IiS" id="Vh2-iV-omb"/>
|
|
|
<outlet property="tableView" destination="vA7-yc-aM1" id="nuO-LH-LFc"/>
|
|
|
<outlet property="toolBar" destination="kOP-Rg-Mvb" id="lu3-pV-yxw"/>
|
|
|
</connections>
|