Hale Cai
2018-08-10 42c80d0b43ff8736edb5be4bbfcbc7a99fc8a119
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment version="1792" identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AppDelegate">
            <connections>
                <outlet property="rootController" destination="FWB-wZ-kSm" id="SpV-Kb-R9Z"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <tabBarController nibName="" definesPresentationContext="YES" id="FWB-wZ-kSm">
            <nil key="simulatedBottomBarMetrics"/>
            <tabBar key="tabBar" contentMode="scaleToFill" id="cwM-pT-IIJ">
                <rect key="frame" x="0.0" y="431" width="320" height="49"/>
                <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                <color key="tintColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
            </tabBar>
            <viewControllers>
                <viewController nibName="RootViewController" id="GYK-Jf-6E0" customClass="RootViewController">
                    <tabBarItem key="tabBarItem" title="首页" image="index.png" id="zgn-Y6-Gw4"/>
                </viewController>
                <viewController nibName="SetTagsViewController" id="Uja-XW-I9U" customClass="SetTagsViewController">
                    <tabBarItem key="tabBarItem" title="TagAlias" image="setTags.png" id="9lu-Ks-oal"/>
                </viewController>
                <viewController nibName="setLocalNotificationViewController" automaticallyAdjustsScrollViewInsets="NO" id="9pY-dx-Ot0" customClass="setLocalNotificationViewController">
                    <tabBarItem key="tabBarItem" title="本地通知" image="localNotification.png" id="Emv-XX-cae"/>
                    <toolbarItems/>
                </viewController>
                <viewController id="er1-b3-YLv" customClass="SendBadgeViewController">
                    <tabBarItem key="tabBarItem" title="Badge" image="report.png" id="s7h-zQ-dEx"/>
                </viewController>
            </viewControllers>
        </tabBarController>
    </objects>
    <resources>
        <image name="index.png" width="28" height="25"/>
        <image name="localNotification.png" width="28" height="25"/>
        <image name="report.png" width="28" height="25"/>
        <image name="setTags.png" width="28" height="25"/>
    </resources>
</document>