1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="4UB-xR-X6P">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--考勤管理-->
- <scene sceneID="NiF-ax-Hgv">
- <objects>
- <tabBarController title="考勤管理" id="4UB-xR-X6P" customClass="OONewAttanceController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
- <navigationItem key="navigationItem" title="考勤管理" id="7ba-sP-SUD"/>
- <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="HcN-I5-3mb">
- <rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
- <autoresizingMask key="autoresizingMask"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </tabBar>
- </tabBarController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="UaF-OM-XOh" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="212" y="-76"/>
- </scene>
- </scenes>
- </document>
|