|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> |
3 | 3 | <device id="retina4_7" orientation="portrait" appearance="light"/> |
4 | 4 | <dependencies> |
5 | | - <deployment identifier="iOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/> |
| 6 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
7 | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | 8 | </dependencies> |
9 | 9 | <objects> |
|
20 | 20 | <subviews> |
21 | 21 | <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="hg9-yI-N8Q"> |
22 | 22 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
23 | | - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 23 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
24 | 24 | <connections> |
25 | 25 | <outlet property="dataSource" destination="-1" id="PfW-Z4-lXH"/> |
26 | 26 | <outlet property="delegate" destination="-1" id="8PV-om-trg"/> |
27 | 27 | </connections> |
28 | 28 | </tableView> |
29 | 29 | </subviews> |
30 | | - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
31 | 30 | <constraints> |
32 | 31 | <constraint firstItem="hg9-yI-N8Q" firstAttribute="top" secondItem="YSO-gq-Bsm" secondAttribute="top" id="3HS-x1-e0t"/> |
33 | 32 | <constraint firstAttribute="bottom" secondItem="hg9-yI-N8Q" secondAttribute="bottom" id="5uY-yC-Sbi"/> |
|
37 | 36 | <point key="canvasLocation" x="355.07246376811599" y="6.6964285714285712"/> |
38 | 37 | </view> |
39 | 38 | </objects> |
| 39 | + <resources> |
| 40 | + <systemColor name="systemBackgroundColor"> |
| 41 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 42 | + </systemColor> |
| 43 | + </resources> |
40 | 44 | </document> |
0 commit comments