author | antonc27 <antonc27@mail.ru> |
Thu, 22 Oct 2015 03:00:22 +0200 | |
branch | ios-revival |
changeset 11230 | 628ac6f8a41e |
parent 11209 | 9fd7b8d3cf4d |
child 11236 | 0425d60cd046 |
permissions | -rw-r--r-- |
11209
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
2 |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
3 |
<dependencies> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
4 |
<deployment identifier="iOS"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
5 |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
6 |
</dependencies> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
7 |
<objects> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
8 |
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RestoreViewController"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
9 |
<connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
10 |
<outlet property="dismissButton" destination="8" id="0AU-TL-3aN"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
11 |
<outlet property="restoreButton" destination="10" id="V8J-Ke-DQd"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
12 |
<outlet property="view" destination="1" id="3"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
13 |
</connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
14 |
</placeholder> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
15 |
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
16 |
<view contentMode="center" id="1"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
17 |
<rect key="frame" x="0.0" y="0.0" width="480" height="320"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
18 |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
19 |
<subviews> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
20 |
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="smallerBackground.png" id="15"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
21 |
<rect key="frame" x="0.0" y="0.0" width="480" height="320"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
22 |
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
23 |
</imageView> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
24 |
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="denied.png" id="5"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
25 |
<rect key="frame" x="20" y="20" width="240" height="160"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
26 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
27 |
</imageView> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
28 |
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Hmm..." textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" id="6"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
29 |
<rect key="frame" x="309.99999750065035" y="32" width="108" height="29"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
30 |
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
31 |
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="24"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
32 |
<color key="textColor" red="1" green="0.82745105029999999" blue="0.0" alpha="1" colorSpace="deviceRGB"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
33 |
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
34 |
</label> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
35 |
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="It appears you didn't complete your last game! Would you like to restore it?" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="4" minimumFontSize="10" id="7"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
36 |
<rect key="frame" x="268" y="74" width="192" height="96"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
37 |
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
38 |
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="18"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
39 |
<color key="textColor" red="0.90196079019999997" green="0.90196079019999997" blue="0.90196079019999997" alpha="1" colorSpace="calibratedRGB"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
40 |
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
41 |
</label> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
42 |
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="8"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
43 |
<rect key="frame" x="53" y="229" width="151" height="37"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
44 |
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
45 |
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
46 |
<state key="normal" title="Dismiss"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
47 |
<color key="titleColor" red="0.0" green="0.0" blue="0.50196081400000003" alpha="1" colorSpace="calibratedRGB"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
48 |
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
49 |
</state> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
50 |
<connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
51 |
<action selector="buttonReleased:" destination="-1" eventType="touchUpInside" id="12"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
52 |
</connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
53 |
</button> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
54 |
<button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="10"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
55 |
<rect key="frame" x="277" y="229" width="151" height="37"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
56 |
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
57 |
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
58 |
<state key="normal" title="Restore"> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
59 |
<color key="titleColor" red="0.0" green="0.0" blue="0.50196081400000003" alpha="1" colorSpace="calibratedRGB"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
60 |
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
61 |
</state> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
62 |
<connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
63 |
<action selector="buttonReleased:" destination="-1" eventType="touchUpInside" id="11"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
64 |
</connections> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
65 |
</button> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
66 |
</subviews> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
67 |
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
68 |
<nil key="simulatedStatusBarMetrics"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
69 |
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
70 |
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
71 |
</view> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
72 |
</objects> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
73 |
<resources> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
74 |
<image name="denied.png" width="240" height="160"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
75 |
<image name="smallerBackground.png" width="480" height="320"/> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
76 |
</resources> |
9fd7b8d3cf4d
- Button's restyling for RestoreViewController
antonc27 <antonc27@mail.ru>
parents:
6708
diff
changeset
|
77 |
</document> |