更改图标

This commit is contained in:
Joywayer
2023-12-27 21:55:24 +08:00
parent d094605aa7
commit 8c3742da5c
41 changed files with 119 additions and 116 deletions

View File

@@ -1012,7 +1012,7 @@
background.frame=CGRectMake(0,0,DEVW , DEVH); background.frame=CGRectMake(0,0,DEVW , DEVH);
[self.view addSubview:background]; [self.view addSubview:background];
pro_Download=[[UIProgressView alloc] initWithFrame:CGRectMake(100,DEVH-100, DEVW-200, 20)]; pro_Download=[[UIProgressView alloc] initWithFrame:CGRectMake(100,DEVH-100, DEVW-100, 10)];
[pro_Download setProgress:0.0]; [pro_Download setProgress:0.0];
[background addSubview:pro_Download]; [background addSubview:pro_Download];
[pro_Download release]; [pro_Download release];

View File

@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RootVC"> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RootVC">
@@ -11,9 +14,10 @@
</placeholder> </placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<point key="canvasLocation" x="-17" y="-17"/>
</view> </view>
</objects> </objects>
</document> </document>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -2,77 +2,76 @@
"images" : [ "images" : [
{ {
"idiom" : "iphone", "idiom" : "iphone",
"size" : "20x20", "scale" : "2x",
"scale" : "2x" "size" : "20x20"
}, },
{ {
"idiom" : "iphone", "idiom" : "iphone",
"size" : "20x20", "scale" : "3x",
"scale" : "3x" "size" : "20x20"
}, },
{ {
"size" : "29x29", "filename" : "AppIcon-129x29.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "29.png", "scale" : "1x",
"scale" : "1x" "size" : "29x29"
}, },
{ {
"size" : "29x29", "filename" : "AppIcon-129x29@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon29@2x.png", "scale" : "2x",
"scale" : "2x" "size" : "29x29"
}, },
{ {
"size" : "29x29", "filename" : "AppIcon-129x29@3x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon29@3x.png", "scale" : "3x",
"scale" : "3x" "size" : "29x29"
}, },
{ {
"size" : "40x40", "filename" : "AppIcon-140x40@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon40@2x.png", "scale" : "2x",
"scale" : "2x" "size" : "40x40"
}, },
{ {
"size" : "40x40", "filename" : "AppIcon-140x40@3x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon40@3x.png", "scale" : "3x",
"scale" : "3x" "size" : "40x40"
}, },
{ {
"size" : "57x57", "filename" : "AppIcon-157x57.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "57.png", "scale" : "1x",
"scale" : "1x" "size" : "57x57"
}, },
{ {
"size" : "57x57", "filename" : "AppIcon-157x57@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "icon57@2x.png", "scale" : "2x",
"scale" : "2x" "size" : "57x57"
}, },
{ {
"size" : "60x60", "filename" : "AppIcon-160x60@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon40@3x-1.png", "scale" : "2x",
"scale" : "2x" "size" : "60x60"
}, },
{ {
"size" : "60x60", "filename" : "AppIcon-160x60@3x.png",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon60@3x.png", "scale" : "3x",
"scale" : "3x" "size" : "60x60"
}, },
{ {
"size" : "1024x1024",
"idiom" : "ios-marketing", "idiom" : "ios-marketing",
"filename" : "1024.png", "scale" : "1x",
"scale" : "1x" "size" : "1024x1024"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -2,157 +2,157 @@
"images" : [ "images" : [
{ {
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1-1100-Portrait-2436h@3x.png",
"idiom" : "iphone", "idiom" : "iphone",
"subtype" : "2436h",
"filename" : "2436.png",
"minimum-system-version" : "11.0", "minimum-system-version" : "11.0",
"orientation" : "portrait", "orientation" : "portrait",
"scale" : "3x" "scale" : "3x",
"subtype" : "2436h"
}, },
{ {
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1-800-Portrait-736h@3x.png",
"idiom" : "iphone", "idiom" : "iphone",
"subtype" : "736h",
"filename" : "1242×2208.png",
"minimum-system-version" : "8.0", "minimum-system-version" : "8.0",
"orientation" : "portrait", "orientation" : "portrait",
"scale" : "3x" "scale" : "3x",
"subtype" : "736h"
}, },
{ {
"orientation" : "landscape",
"idiom" : "iphone",
"extent" : "full-screen", "extent" : "full-screen",
"idiom" : "iphone",
"minimum-system-version" : "8.0", "minimum-system-version" : "8.0",
"subtype" : "736h", "orientation" : "landscape",
"scale" : "3x" "scale" : "3x",
"subtype" : "736h"
}, },
{ {
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1-800-667h@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"subtype" : "667h",
"filename" : "750×1334.png",
"minimum-system-version" : "8.0", "minimum-system-version" : "8.0",
"orientation" : "portrait", "orientation" : "portrait",
"scale" : "2x" "scale" : "2x",
}, "subtype" : "667h"
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "Default@2x~iphone-1.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
}, },
{ {
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1@2x.png",
"idiom" : "iphone", "idiom" : "iphone",
"subtype" : "retina4",
"filename" : "Default-568h@2x~iphone-1.png",
"minimum-system-version" : "7.0", "minimum-system-version" : "7.0",
"orientation" : "portrait", "orientation" : "portrait",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"extent" : "full-screen",
"filename" : "LaunchImage-1-700-568h@2x.png",
"idiom" : "iphone",
"minimum-system-version" : "7.0",
"orientation" : "portrait", "orientation" : "portrait",
"scale" : "2x",
"subtype" : "retina4"
},
{
"extent" : "full-screen",
"idiom" : "ipad", "idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0", "minimum-system-version" : "7.0",
"orientation" : "portrait",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"extent" : "full-screen",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"orientation" : "landscape", "orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen", "extent" : "full-screen",
"idiom" : "ipad",
"minimum-system-version" : "7.0", "minimum-system-version" : "7.0",
"orientation" : "portrait",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"extent" : "full-screen",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"orientation" : "landscape", "orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "320×480.png",
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1.png",
"idiom" : "iphone",
"orientation" : "portrait",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "Default@2x~iphone.png",
"extent" : "full-screen", "extent" : "full-screen",
"filename" : "LaunchImage-1@2x 1.png",
"idiom" : "iphone",
"orientation" : "portrait",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "Default-568h@2x~iphone.png",
"extent" : "full-screen", "extent" : "full-screen",
"subtype" : "retina4", "filename" : "LaunchImage-1-568h@2x.png",
"scale" : "2x" "idiom" : "iphone",
"orientation" : "portrait",
"scale" : "2x",
"subtype" : "retina4"
}, },
{ {
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "to-status-bar", "extent" : "to-status-bar",
"scale" : "1x" "idiom" : "ipad",
},
{
"orientation" : "portrait", "orientation" : "portrait",
"idiom" : "ipad", "scale" : "1x"
},
{
"extent" : "full-screen", "extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad", "idiom" : "ipad",
"extent" : "to-status-bar",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "portrait", "orientation" : "portrait",
"idiom" : "ipad", "scale" : "1x"
},
{
"extent" : "to-status-bar", "extent" : "to-status-bar",
"idiom" : "ipad",
"orientation" : "landscape",
"scale" : "1x"
},
{
"extent" : "full-screen",
"idiom" : "ipad",
"orientation" : "landscape",
"scale" : "1x"
},
{
"extent" : "to-status-bar",
"idiom" : "ipad",
"orientation" : "portrait",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"extent" : "full-screen",
"idiom" : "ipad",
"orientation" : "portrait", "orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "to-status-bar", "extent" : "to-status-bar",
"idiom" : "ipad",
"orientation" : "landscape",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen", "extent" : "full-screen",
"idiom" : "ipad",
"orientation" : "landscape",
"scale" : "2x" "scale" : "2x"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
msext/Res/Default-568h@2x~iphone.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 29 KiB

BIN
msext/Res/sharelogo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB