change tab bar icons and image place holder icon

This commit is contained in:
Bob Sun 2017-02-07 21:58:06 +08:00
parent f14c4662cb
commit 6ca9f4b2db
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
13 changed files with 54 additions and 7 deletions

View 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"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -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"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View 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"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -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>