|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> |
3 | 3 | <dependencies>
|
4 | 4 | <deployment identifier="iOS"/>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/> |
6 | 6 | </dependencies>
|
7 | 7 | <objects>
|
8 | 8 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MZTLViewController">
|
|
15 | 15 | <outlet property="lblTimerExample10" destination="vzH-hb-brN" id="F32-P4-h1O"/>
|
16 | 16 | <outlet property="lblTimerExample11" destination="ACP-7x-O0o" id="1pn-7N-LkO"/>
|
17 | 17 | <outlet property="lblTimerExample12" destination="6qi-SI-U5U" id="Ise-2j-z3W"/>
|
| 18 | + <outlet property="lblTimerExample13" destination="TBf-ji-c4u" id="Bvo-9j-VCG"/> |
18 | 19 | <outlet property="lblTimerExample3" destination="ieJ-p1-t8W" id="xcG-S9-94E"/>
|
19 | 20 | <outlet property="lblTimerExample4" destination="i60-gF-36n" id="s82-xv-4Nu"/>
|
20 | 21 | <outlet property="lblTimerExample5" destination="jZs-y9-Hiw" id="FkR-Os-Zx7"/>
|
|
27 | 28 | </placeholder>
|
28 | 29 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
29 | 30 | <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" indicatorStyle="black" id="516-pT-IPn">
|
30 |
| - <rect key="frame" x="0.0" y="0.0" width="320" height="1531"/> |
| 31 | + <rect key="frame" x="0.0" y="0.0" width="320" height="1619"/> |
31 | 32 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
32 | 33 | <subviews>
|
33 | 34 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Jro-es-Ovt" customClass="MZTimerLabel">
|
|
297 | 298 | <nil key="highlightedColor"/>
|
298 | 299 | </label>
|
299 | 300 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MZTimerLabel by mineschan@github" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="VNu-yQ-5Ud">
|
300 |
| - <rect key="frame" x="49" y="1457" width="222" height="23"/> |
| 301 | + <rect key="frame" x="46" y="1545" width="222" height="23"/> |
301 | 302 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
302 | 303 | <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
|
303 | 304 | <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
304 | 305 | <nil key="highlightedColor"/>
|
305 | 306 | </label>
|
306 | 307 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright (c) 2014 MineS Chan" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="020-5M-uph">
|
307 |
| - <rect key="frame" x="49" y="1473" width="222" height="23"/> |
| 308 | + <rect key="frame" x="46" y="1561" width="222" height="23"/> |
308 | 309 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
309 | 310 | <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
|
310 | 311 | <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
311 | 312 | <nil key="highlightedColor"/>
|
312 | 313 | </label>
|
313 | 314 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" MIT licensed." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="71G-Yy-301">
|
314 |
| - <rect key="frame" x="49" y="1488" width="222" height="23"/> |
| 315 | + <rect key="frame" x="46" y="1576" width="222" height="23"/> |
315 | 316 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
316 | 317 | <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
|
317 | 318 | <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
377 | 378 | <action selector="toggleStopwatchBeyond24Hours:" destination="-1" eventType="touchUpInside" id="xdD-GB-axE"/>
|
378 | 379 | </connections>
|
379 | 380 | </button>
|
| 381 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="timer here in text" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="TBf-ji-c4u"> |
| 382 | + <rect key="frame" x="31" y="1486" width="256" height="51"/> |
| 383 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 384 | + <fontDescription key="fontDescription" name="HelveticaNeue-UltraLight" family="Helvetica Neue" pointSize="35"/> |
| 385 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 386 | + <nil key="highlightedColor"/> |
| 387 | + </label> |
| 388 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="13. Countdown timer in text" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7Pq-Ej-cSP"> |
| 389 | + <rect key="frame" x="20" y="1457" width="289" height="21"/> |
| 390 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 391 | + <fontDescription key="fontDescription" name="HelveticaNeue-LightItalic" family="Helvetica Neue" pointSize="17"/> |
| 392 | + <color key="textColor" red="0.89407286350000004" green="0.48468174000000003" blue="0.0034123939199999999" alpha="1" colorSpace="calibratedRGB"/> |
| 393 | + <nil key="highlightedColor"/> |
| 394 | + </label> |
380 | 395 | </subviews>
|
381 | 396 | <color key="backgroundColor" red="0.99348294005102045" green="0.99348294005102045" blue="0.99348294005102045" alpha="1" colorSpace="calibratedRGB"/>
|
382 | 397 | <nil key="simulatedStatusBarMetrics"/>
|
383 | 398 | <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
384 |
| - <point key="canvasLocation" x="828" y="790.5"/> |
| 399 | + <point key="canvasLocation" x="828" y="834.5"/> |
385 | 400 | </scrollView>
|
386 | 401 | </objects>
|
387 | 402 | <simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
0 commit comments