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.
63 lines
5.0 KiB
63 lines
5.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
|
<dependencies> |
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/> |
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
|
</dependencies> |
|
<objects> |
|
<customObject id="-2" userLabel="File's Owner" customClass="OnboardingWelcomeViewController" customModule="Clocker" customModuleProvider="target"> |
|
<connections> |
|
<outlet property="accessoryLabel" destination="Pvz-jw-4nJ" id="gCU-a9-uiz"/> |
|
<outlet property="appLabel" destination="hla-i3-RpJ" id="wqd-xT-9Cw"/> |
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
|
</connections> |
|
</customObject> |
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
|
<customView id="Hz6-mo-xeY"> |
|
<rect key="frame" x="0.0" y="0.0" width="484" height="350"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<subviews> |
|
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="O9e-Sw-GWv"> |
|
<rect key="frame" x="183" y="186" width="118" height="124"/> |
|
<constraints> |
|
<constraint firstAttribute="width" constant="118" id="6uT-Ys-wYM"/> |
|
<constraint firstAttribute="height" constant="124" id="ASx-1N-zOK"/> |
|
</constraints> |
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ClockerIcon-512" id="Zjr-5i-k3V"/> |
|
</imageView> |
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hla-i3-RpJ"> |
|
<rect key="frame" x="18" y="119" width="448" height="47"/> |
|
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Clocker" id="Q7O-xK-QqI"> |
|
<font key="font" size="28" name="Avenir-Light"/> |
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
</textFieldCell> |
|
</textField> |
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Pvz-jw-4nJ"> |
|
<rect key="frame" x="18" y="71" width="448" height="31"/> |
|
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="It only takes 3 steps to set up Clocker!" id="MmW-SP-4zg"> |
|
<font key="font" size="18" name="Avenir-Light"/> |
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
</textFieldCell> |
|
</textField> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="hla-i3-RpJ" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="13E-t7-Q2r"/> |
|
<constraint firstItem="O9e-Sw-GWv" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="40" id="4A1-gQ-PMo"/> |
|
<constraint firstItem="hla-i3-RpJ" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="NC6-ph-lXl"/> |
|
<constraint firstItem="Pvz-jw-4nJ" firstAttribute="top" secondItem="hla-i3-RpJ" secondAttribute="bottom" constant="17" id="NIK-Vy-lB9"/> |
|
<constraint firstAttribute="trailing" secondItem="Pvz-jw-4nJ" secondAttribute="trailing" constant="20" id="VDg-Gt-G8g"/> |
|
<constraint firstAttribute="trailing" secondItem="hla-i3-RpJ" secondAttribute="trailing" constant="20" id="c42-UF-g3X"/> |
|
<constraint firstItem="O9e-Sw-GWv" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="s9n-6y-xU5"/> |
|
<constraint firstItem="hla-i3-RpJ" firstAttribute="top" secondItem="O9e-Sw-GWv" secondAttribute="bottom" constant="20" id="uaq-OB-cmh"/> |
|
<constraint firstItem="Pvz-jw-4nJ" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="zZG-iO-2ec"/> |
|
</constraints> |
|
<point key="canvasLocation" x="141" y="230.5"/> |
|
</customView> |
|
</objects> |
|
<resources> |
|
<image name="ClockerIcon-512" width="512" height="512"/> |
|
</resources> |
|
</document>
|
|
|