change tab bar icons and image place holder icon
22
pass/Assets.xcassets/Lock.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Password-50.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Password-75.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
BIN
pass/Assets.xcassets/Lock.imageset/Password-50.png
vendored
Normal file
|
After Width: | Height: | Size: 631 B |
BIN
pass/Assets.xcassets/Lock.imageset/Password-75.png
vendored
Normal file
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -2,17 +2,16 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "PasswordImagePlaceHolder.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "PasswordImagePlaceHolder@2x.png",
|
||||
"filename" : "iOS App Icon Shape_50.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "PasswordImagePlaceHolder@3x.png",
|
||||
"filename" : "iOS App Icon Shape-100.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 376 KiB |
|
Before Width: | Height: | Size: 721 KiB |
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/iOS App Icon Shape-100.png
vendored
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/iOS App Icon Shape_50.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
22
pass/Assets.xcassets/Settings.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Settings-50.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Settings-75.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
BIN
pass/Assets.xcassets/Settings.imageset/Settings-50.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
pass/Assets.xcassets/Settings.imageset/Settings-75.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -589,11 +589,11 @@
|
|||
</objects>
|
||||
<point key="canvasLocation" x="3429" y="993"/>
|
||||
</scene>
|
||||
<!--Navigation Controller-->
|
||||
<!--Password-->
|
||||
<scene sceneID="ACd-rk-Zf3">
|
||||
<objects>
|
||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="5ZN-vm-3gw" sceneMemberID="viewController">
|
||||
<tabBarItem key="tabBarItem" systemItem="favorites" id="gNg-YT-cGW"/>
|
||||
<tabBarItem key="tabBarItem" title="Password" image="Lock" selectedImage="Lock" id="gNg-YT-cGW"/>
|
||||
<toolbarItems/>
|
||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="DUk-ZD-z4m">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
||||
|
|
@ -627,11 +627,11 @@
|
|||
</objects>
|
||||
<point key="canvasLocation" x="443" y="2096"/>
|
||||
</scene>
|
||||
<!--Navigation Controller-->
|
||||
<!--Settings-->
|
||||
<scene sceneID="sdr-gl-b19">
|
||||
<objects>
|
||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ZmJ-0Z-N04" sceneMemberID="viewController">
|
||||
<tabBarItem key="tabBarItem" systemItem="more" id="6Xa-be-Z8g"/>
|
||||
<tabBarItem key="tabBarItem" title="Settings" image="Settings" selectedImage="Settings" id="6Xa-be-Z8g"/>
|
||||
<toolbarItems/>
|
||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="wWs-15-HDi">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
||||
|
|
@ -846,4 +846,8 @@
|
|||
<point key="canvasLocation" x="3429" y="4028"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="Lock" width="25" height="25"/>
|
||||
<image name="Settings" width="25" height="25"/>
|
||||
</resources>
|
||||
</document>
|
||||
|
|
|
|||