added logo to main view

This commit is contained in:
loj 2019-01-06 11:52:39 +01:00
parent f6f1525517
commit f18c875f5c
3 changed files with 283 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<customFonts key="customFonts">
<array key="SourceSansPro-Bold.ttf">
<string>SourceSansPro-Bold</string>
</array>
<array key="SourceSansPro-Regular.ttf">
<string>SourceSansPro-Regular</string>
</array>
@ -25,10 +28,12 @@
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Xdj-TX-2Zc" customClass="ZWButton" customModule="ZWallet" customModuleProvider="target">
<rect key="frame" x="24" y="690" width="366" height="48"/>
<color key="backgroundColor" red="0.2404455543" green="0.49460166690000001" blue="0.8346244693" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="Igh-s5-jmk"/>
</constraints>
<fontDescription key="fontDescription" name="SourceSansPro-Regular" family="Source Sans Pro" pointSize="16"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<state key="normal" title="!!Create a new wallet"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
@ -37,6 +42,12 @@
<userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
<real key="value" value="1"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="color" keyPath="borderColor">
<color key="value" red="0.2404455543" green="0.49460166690000001" blue="0.8346244693" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="color" keyPath="textColor">
<color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4wC-lp-3HR" customClass="ZWButton" customModule="ZWallet" customModuleProvider="target">
@ -55,14 +66,49 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logo" translatesAutoresizingMaskIntoConstraints="NO" id="0vQ-2g-rdx">
<rect key="frame" x="147" y="255" width="120" height="120"/>
<constraints>
<constraint firstAttribute="height" constant="120" id="bi8-yd-vbX"/>
<constraint firstAttribute="width" constant="120" id="oYB-gN-r56"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ZEC Wallet" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LWg-1c-Yha">
<rect key="frame" x="24" y="403" width="366" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="pNu-7K-alM"/>
</constraints>
<fontDescription key="fontDescription" name="SourceSansPro-Bold" family="Source Sans Pro" pointSize="34"/>
<color key="textColor" red="0.17999999999999999" green="0.16" blue="0.14999999999999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="prG-Ro-Nhd">
<rect key="frame" x="24" y="462" width="366" height="41"/>
<constraints>
<constraint firstAttribute="height" constant="41" id="4h3-U2-pSC"/>
</constraints>
<string key="text">!!Welcome to the official ZEC wallet from the
Zcash Foundation.</string>
<fontDescription key="fontDescription" name="SourceSansPro-Regular" family="Source Sans Pro" pointSize="16"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="0vQ-2g-rdx" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="01P-xr-UJz"/>
<constraint firstItem="0vQ-2g-rdx" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="211" id="Ghe-d1-7cS"/>
<constraint firstItem="LWg-1c-Yha" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="24" id="Ivb-7F-e0X"/>
<constraint firstItem="4wC-lp-3HR" firstAttribute="top" secondItem="Xdj-TX-2Zc" secondAttribute="bottom" constant="24" id="L5n-Yk-Fry"/>
<constraint firstItem="prG-Ro-Nhd" firstAttribute="top" secondItem="LWg-1c-Yha" secondAttribute="bottom" constant="16" id="O3v-j3-vYp"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="4wC-lp-3HR" secondAttribute="trailing" constant="24" id="T8a-if-9Kp"/>
<constraint firstItem="4wC-lp-3HR" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="24" id="TlL-VZ-33v"/>
<constraint firstItem="prG-Ro-Nhd" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="24" id="V8R-eP-cWN"/>
<constraint firstItem="LWg-1c-Yha" firstAttribute="top" secondItem="0vQ-2g-rdx" secondAttribute="bottom" constant="28" id="ZuJ-qN-64u"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Xdj-TX-2Zc" secondAttribute="trailing" constant="24" id="cPp-0n-cjx"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="4wC-lp-3HR" secondAttribute="bottom" constant="52" id="kex-6X-kmg"/>
<constraint firstAttribute="trailing" secondItem="prG-Ro-Nhd" secondAttribute="trailing" constant="24" id="pu5-Tw-bKd"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="LWg-1c-Yha" secondAttribute="trailing" constant="24" id="teT-A4-4AG"/>
<constraint firstItem="Xdj-TX-2Zc" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="24" id="wKW-0v-9Eq"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
@ -72,4 +118,7 @@
</objects>
</scene>
</scenes>
<resources>
<image name="Logo" width="120" height="120"/>
</resources>
</document>

View File

@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Logo.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
}

View File

@ -0,0 +1,219 @@
%PDF-1.7
1 0 obj
<< /Pages 2 0 R
/Type /Catalog
>>
endobj
2 0 obj
<< /Kids [ 3 0 R ]
/Count 1
/Type /Pages
>>
endobj
3 0 obj
<< /MediaBox [ 0.000000 0.000000 120.000000 120.000000 ]
/Resources 6 0 R
/Contents 4 0 R
/Parent 2 0 R
/Type /Page
>>
endobj
4 0 obj
<< /Length 5 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 3.478516 -0.271729 cm
111.168488 60.271717 m
111.168488 30.091156 86.702309 5.624977 56.521744 5.624977 c
56.521744 1.874977 l
88.773376 1.874977 114.918488 28.020088 114.918488 60.271717 c
111.168488 60.271717 l
h
56.521744 5.624977 m
26.341181 5.624977 1.875000 30.091156 1.875000 60.271717 c
-1.875000 60.271717 l
-1.875000 28.020088 24.270113 1.874977 56.521744 1.874977 c
56.521744 5.624977 l
h
1.875000 60.271717 m
1.875000 90.452278 26.341181 114.918457 56.521744 114.918457 c
56.521744 118.668457 l
24.270113 118.668457 -1.875000 92.523346 -1.875000 60.271717 c
1.875000 60.271717 l
h
56.521744 114.918457 m
86.702309 114.918457 111.168488 90.452278 111.168488 60.271717 c
114.918488 60.271717 l
114.918488 92.523346 88.773376 118.668457 56.521744 118.668457 c
56.521744 114.918457 l
h
0.176471 0.164706 0.149020 scn
f
n
Q
q
1.000000 0.000000 -0.000000 1.000000 36.797852 76.711182 cm
1.153017 0.731377 m
2.253624 1.361086 3.380435 2.069510 4.481042 2.751694 c
5.922312 3.670019 7.442199 4.588341 9.040699 5.480429 c
9.066903 9.494820 l
9.093108 13.325546 10.560584 16.920134 13.154871 19.596394 c
15.722954 22.220181 19.103390 23.637024 22.667259 23.610786 c
30.109457 23.558311 36.110386 17.103798 36.057976 9.258680 c
36.031773 5.480429 l
37.499245 4.614578 39.045338 3.696259 40.670044 2.646744 c
42.242340 1.649706 43.631195 0.783855 44.967648 0.101669 c
45.046265 9.179966 l
45.151085 22.010277 35.140804 32.531658 22.745874 32.636608 c
16.692537 32.741558 11.032273 30.327677 6.734666 25.919718 c
2.489468 21.564234 0.131025 15.765667 0.078615 9.599771 c
0.000000 0.285336 l
0.314460 0.285336 l
0.602714 0.416527 0.864763 0.573952 1.153017 0.731377 c
h
0.176471 0.164706 0.149020 scn
f*
n
Q
q
1.000000 0.000000 -0.000000 1.000000 75.632812 21.451050 cm
10.403361 48.802437 m
6.708465 49.091053 3.563872 50.796516 0.000000 53.026733 c
0.000000 47.411831 l
3.118388 45.627655 6.262981 44.315765 9.957877 44.027145 c
9.984082 44.000908 10.141311 43.738529 10.115106 43.292488 c
10.010286 41.613266 9.905466 40.117706 9.774442 38.727097 c
9.014499 30.567123 7.442203 23.587852 4.978938 17.369480 c
3.616282 13.984795 1.965370 10.836250 0.026205 7.923847 c
0.026205 0.000015 l
3.956946 4.486687 7.127743 9.708023 9.459983 15.585304 c
12.106682 22.249722 13.783797 29.675037 14.596150 38.281055 c
14.727176 39.724136 14.858201 41.272171 14.963020 43.003868 c
15.120250 46.099937 13.181085 48.592537 10.403361 48.802437 c
h
0.176471 0.164706 0.149020 scn
f*
n
Q
q
1.000000 0.000000 -0.000000 1.000000 70.680664 22.972900 cm
0.157249 0.341064 m
0.104833 0.288590 0.052416 0.209878 0.000000 0.157404 c
0.157249 -0.000015 l
0.157249 0.341064 l
h
0.227451 0.227451 0.227451 scn
f*
n
Q
q
1.000000 0.000000 -0.000000 1.000000 28.086914 9.516785 cm
42.751392 13.482304 m
42.594166 13.639729 l
39.606804 10.491184 36.069138 7.736214 32.138397 5.401047 c
31.273634 4.876289 31.063993 5.007477 30.828148 5.138664 c
26.661564 7.578789 23.228720 10.202572 20.372383 13.141209 c
14.528684 19.123440 10.466918 26.391323 7.925040 35.390907 c
6.274129 41.215710 5.304547 47.539032 4.832858 55.252960 c
4.780448 56.040100 5.094907 56.066338 5.435572 56.092575 c
9.130466 56.354950 12.248855 57.876747 14.790733 59.346069 c
16.048569 60.054489 17.280201 60.841625 18.459421 61.576286 c
19.953102 62.520847 21.368170 63.412933 22.835646 64.200073 c
24.827221 65.275818 26.923613 66.272858 28.967598 67.217422 c
29.727541 67.584755 30.513689 67.952080 31.273632 68.319412 c
34.785091 66.928802 38.375168 65.039680 42.725189 62.337181 c
42.725189 67.978317 l
39.056499 70.129822 35.833290 71.730331 32.636288 72.963509 c
32.505264 73.015991 l
31.614298 73.488266 30.618511 73.435791 29.570314 72.858559 c
28.679346 72.438759 27.788378 71.992714 26.897409 71.572906 c
24.801016 70.575867 22.626005 69.552589 20.529612 68.424362 c
18.931110 67.558517 17.385021 66.587715 15.891339 65.643150 c
14.738322 64.934731 13.559100 64.173828 12.379878 63.517883 c
10.204869 62.258469 7.794015 61.077766 5.068703 60.894100 c
1.924111 60.631721 -0.172284 58.191601 0.011151 54.938110 c
0.482840 46.856850 1.531037 40.218674 3.260562 34.052776 c
6.038285 24.292297 10.493124 16.342228 16.913332 9.756527 c
20.084127 6.503029 23.831432 3.616867 28.391090 0.940605 c
29.282059 0.415848 30.199232 0.153473 31.142609 0.153473 c
32.243217 0.153473 33.396233 0.494568 34.575455 1.202988 c
37.510406 2.934685 40.235718 4.928764 42.725189 7.106506 c
42.725189 13.482304 l
42.751392 13.482304 l
h
0.811765 0.541176 0.015686 scn
f*
n
Q
q
1.000000 0.000000 -0.000000 1.000000 43.086914 36.406616 cm
19.915737 -0.000031 m
0.000000 -0.000031 l
0.000000 3.253464 l
12.316312 18.786268 l
0.943377 18.786268 l
0.943377 22.800659 l
19.077181 22.800659 l
19.077181 19.520927 l
6.656050 4.014360 l
19.889534 4.014360 l
19.889534 -0.000031 l
19.915737 -0.000031 l
h
0.176471 0.164706 0.149020 scn
f*
n
Q
q
1.000000 0.000000 -0.000000 1.000000 62.164062 36.406555 cm
0.000000 0.000023 m
0.000000 22.800720 l
15.120243 22.800720 l
15.120243 18.786327 l
5.031346 18.786327 l
5.031346 13.197665 l
13.783792 13.197665 l
13.783792 9.183272 l
5.031346 9.183272 l
5.031346 0.000023 l
0.000000 0.000023 l
h
0.811765 0.541176 0.015686 scn
f*
n
Q
endstream
endobj
5 0 obj 5256 endobj
6 0 obj
<< >>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000069 00000 n
0000000143 00000 n
0000000302 00000 n
0000005614 00000 n
0000005635 00000 n
trailer
<< /ID [ (some)
(id)
]
/Root 1 0 R
/Size 7
>>
startxref
5659
%%EOF