mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-15 07:32:55 +00:00
启动页优化 #19
This commit is contained in:
@@ -175,12 +175,11 @@
|
|||||||
1CB6C10C1B5B8A4C004F61DD /* CategoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CB6C10B1B5B8A4C004F61DD /* CategoryViewController.m */; };
|
1CB6C10C1B5B8A4C004F61DD /* CategoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CB6C10B1B5B8A4C004F61DD /* CategoryViewController.m */; };
|
||||||
1CBE20761B3FD4CA00133EA1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CBE20751B3FD4CA00133EA1 /* BaseViewController.m */; };
|
1CBE20761B3FD4CA00133EA1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CBE20751B3FD4CA00133EA1 /* BaseViewController.m */; };
|
||||||
1CC8FFD21B1B26DD00269072 /* NoteViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CC8FFD11B1B26DD00269072 /* NoteViewController.m */; };
|
1CC8FFD21B1B26DD00269072 /* NoteViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CC8FFD11B1B26DD00269072 /* NoteViewController.m */; };
|
||||||
|
1CD58CD51BEF2C59003B71BF /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1CD58CD41BEF2C59003B71BF /* Launch Screen.storyboard */; settings = {ASSET_TAGS = (); }; };
|
||||||
1CD6AF5B1B3288DE0098CE96 /* NoteController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD6AF5A1B3288DE0098CE96 /* NoteController.m */; };
|
1CD6AF5B1B3288DE0098CE96 /* NoteController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD6AF5A1B3288DE0098CE96 /* NoteController.m */; };
|
||||||
1CD7C2CC1B2DCB6500AB25FF /* File.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2CB1B2DCB6500AB25FF /* File.m */; };
|
1CD7C2CC1B2DCB6500AB25FF /* File.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2CB1B2DCB6500AB25FF /* File.m */; };
|
||||||
1CD7C2CF1B2DCBA200AB25FF /* FileService.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2CE1B2DCBA200AB25FF /* FileService.m */; };
|
1CD7C2CF1B2DCBA200AB25FF /* FileService.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2CE1B2DCBA200AB25FF /* FileService.m */; };
|
||||||
1CD7C2D41B2DD43B00AB25FF /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2D31B2DD43B00AB25FF /* README.md */; };
|
1CD7C2D41B2DD43B00AB25FF /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 1CD7C2D31B2DD43B00AB25FF /* README.md */; };
|
||||||
1CD878111B5F5E1D002E5F7B /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1CD878101B5F5E1D002E5F7B /* Launch Screen.xib */; };
|
|
||||||
1CD878131B5F62DA002E5F7B /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1CD878121B5F62DA002E5F7B /* Launch Screen.storyboard */; };
|
|
||||||
1CDB4FAE1B305C7C007CC245 /* MeController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB4FAB1B305C7C007CC245 /* MeController.m */; };
|
1CDB4FAE1B305C7C007CC245 /* MeController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB4FAB1B305C7C007CC245 /* MeController.m */; };
|
||||||
1CDB4FAF1B305C7C007CC245 /* MeTab.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB4FAD1B305C7C007CC245 /* MeTab.m */; };
|
1CDB4FAF1B305C7C007CC245 /* MeTab.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB4FAD1B305C7C007CC245 /* MeTab.m */; };
|
||||||
1CDCB1731B52B77E00838D17 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1CDCB1751B52B77E00838D17 /* Localizable.strings */; };
|
1CDCB1731B52B77E00838D17 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1CDCB1751B52B77E00838D17 /* Localizable.strings */; };
|
||||||
@@ -500,6 +499,7 @@
|
|||||||
1CBE20751B3FD4CA00133EA1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; };
|
1CBE20751B3FD4CA00133EA1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; };
|
||||||
1CC8FFD01B1B26DD00269072 /* NoteViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoteViewController.h; sourceTree = "<group>"; };
|
1CC8FFD01B1B26DD00269072 /* NoteViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoteViewController.h; sourceTree = "<group>"; };
|
||||||
1CC8FFD11B1B26DD00269072 /* NoteViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoteViewController.m; sourceTree = "<group>"; };
|
1CC8FFD11B1B26DD00269072 /* NoteViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoteViewController.m; sourceTree = "<group>"; };
|
||||||
|
1CD58CD41BEF2C59003B71BF /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
|
||||||
1CD6AF591B3288DE0098CE96 /* NoteController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoteController.h; sourceTree = "<group>"; };
|
1CD6AF591B3288DE0098CE96 /* NoteController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoteController.h; sourceTree = "<group>"; };
|
||||||
1CD6AF5A1B3288DE0098CE96 /* NoteController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoteController.m; sourceTree = "<group>"; };
|
1CD6AF5A1B3288DE0098CE96 /* NoteController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoteController.m; sourceTree = "<group>"; };
|
||||||
1CD7C2CA1B2DCB6500AB25FF /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
1CD7C2CA1B2DCB6500AB25FF /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
||||||
@@ -507,8 +507,6 @@
|
|||||||
1CD7C2CD1B2DCBA200AB25FF /* FileService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileService.h; sourceTree = "<group>"; };
|
1CD7C2CD1B2DCBA200AB25FF /* FileService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileService.h; sourceTree = "<group>"; };
|
||||||
1CD7C2CE1B2DCBA200AB25FF /* FileService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileService.m; sourceTree = "<group>"; };
|
1CD7C2CE1B2DCBA200AB25FF /* FileService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileService.m; sourceTree = "<group>"; };
|
||||||
1CD7C2D31B2DD43B00AB25FF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
1CD7C2D31B2DD43B00AB25FF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||||
1CD878101B5F5E1D002E5F7B /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "Launch Screen.xib"; sourceTree = "<group>"; };
|
|
||||||
1CD878121B5F62DA002E5F7B /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
|
|
||||||
1CDB4FAA1B305C7C007CC245 /* MeController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MeController.h; sourceTree = "<group>"; };
|
1CDB4FAA1B305C7C007CC245 /* MeController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MeController.h; sourceTree = "<group>"; };
|
||||||
1CDB4FAB1B305C7C007CC245 /* MeController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MeController.m; sourceTree = "<group>"; };
|
1CDB4FAB1B305C7C007CC245 /* MeController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MeController.m; sourceTree = "<group>"; };
|
||||||
1CDB4FAC1B305C7C007CC245 /* MeTab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MeTab.h; sourceTree = "<group>"; };
|
1CDB4FAC1B305C7C007CC245 /* MeTab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MeTab.h; sourceTree = "<group>"; };
|
||||||
@@ -1066,9 +1064,8 @@
|
|||||||
1CDCB1441B50E66700838D17 /* ui */ = {
|
1CDCB1441B50E66700838D17 /* ui */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
1CD58CD41BEF2C59003B71BF /* Launch Screen.storyboard */,
|
||||||
1C3DA98F1BE6667C00B4FFDA /* LeaWebViewController.xib */,
|
1C3DA98F1BE6667C00B4FFDA /* LeaWebViewController.xib */,
|
||||||
1CD878101B5F5E1D002E5F7B /* Launch Screen.xib */,
|
|
||||||
1CD878121B5F62DA002E5F7B /* Launch Screen.storyboard */,
|
|
||||||
);
|
);
|
||||||
path = ui;
|
path = ui;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -1430,6 +1427,9 @@
|
|||||||
CreatedOnToolsVersion = 6.3.1;
|
CreatedOnToolsVersion = 6.3.1;
|
||||||
TestTargetID = 1D921D98173CB5BD00168A77;
|
TestTargetID = 1D921D98173CB5BD00168A77;
|
||||||
};
|
};
|
||||||
|
1D921D98173CB5BD00168A77 = {
|
||||||
|
DevelopmentTeam = 926WD5ZF5V;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
buildConfigurationList = 1D921D94173CB5BD00168A77 /* Build configuration list for PBXProject "Leanote" */;
|
buildConfigurationList = 1D921D94173CB5BD00168A77 /* Build configuration list for PBXProject "Leanote" */;
|
||||||
@@ -1484,7 +1484,6 @@
|
|||||||
1CA4CEEB1B68D91200E500F4 /* icon_format_media.png in Resources */,
|
1CA4CEEB1B68D91200E500F4 /* icon_format_media.png in Resources */,
|
||||||
1CA4CEC91B68D91200E500F4 /* icon-posts-editor-inspector.png in Resources */,
|
1CA4CEC91B68D91200E500F4 /* icon-posts-editor-inspector.png in Resources */,
|
||||||
1CA4CF481B68D91200E500F4 /* ZSSoutdent@2x.png in Resources */,
|
1CA4CF481B68D91200E500F4 /* ZSSoutdent@2x.png in Resources */,
|
||||||
1CD878111B5F5E1D002E5F7B /* Launch Screen.xib in Resources */,
|
|
||||||
1CA4CF341B68D91200E500F4 /* ZSSh1.png in Resources */,
|
1CA4CF341B68D91200E500F4 /* ZSSh1.png in Resources */,
|
||||||
1CA4CECF1B68D91200E500F4 /* icon_format_bold.png in Resources */,
|
1CA4CECF1B68D91200E500F4 /* icon_format_bold.png in Resources */,
|
||||||
1CA4CEDD1B68D91200E500F4 /* icon_format_italic@3x.png in Resources */,
|
1CA4CEDD1B68D91200E500F4 /* icon_format_italic@3x.png in Resources */,
|
||||||
@@ -1494,6 +1493,7 @@
|
|||||||
1CEF0CAB1B876B2200C2B2F3 /* SVProgressHUD.bundle in Resources */,
|
1CEF0CAB1B876B2200C2B2F3 /* SVProgressHUD.bundle in Resources */,
|
||||||
1CF4A4A21B1D844200FC0F50 /* AppImages.xcassets in Resources */,
|
1CF4A4A21B1D844200FC0F50 /* AppImages.xcassets in Resources */,
|
||||||
1D921DB8173CB5BD00168A77 /* MainStoryboard_iPhone.storyboard in Resources */,
|
1D921DB8173CB5BD00168A77 /* MainStoryboard_iPhone.storyboard in Resources */,
|
||||||
|
1CD58CD51BEF2C59003B71BF /* Launch Screen.storyboard in Resources */,
|
||||||
1CEF0DC51B876D8400C2B2F3 /* icon_session-8.png in Resources */,
|
1CEF0DC51B876D8400C2B2F3 /* icon_session-8.png in Resources */,
|
||||||
1CA4CF091B68D91200E500F4 /* icon_format_ul.png in Resources */,
|
1CA4CF091B68D91200E500F4 /* icon_format_ul.png in Resources */,
|
||||||
1CA4CF031B68D91200E500F4 /* icon_format_strikethrough.png in Resources */,
|
1CA4CF031B68D91200E500F4 /* icon_format_strikethrough.png in Resources */,
|
||||||
@@ -1511,7 +1511,6 @@
|
|||||||
1CA4CEED1B68D91200E500F4 /* icon_format_media@3x.png in Resources */,
|
1CA4CEED1B68D91200E500F4 /* icon_format_media@3x.png in Resources */,
|
||||||
1CA4CEEE1B68D91200E500F4 /* icon_format_media_highlighted.png in Resources */,
|
1CA4CEEE1B68D91200E500F4 /* icon_format_media_highlighted.png in Resources */,
|
||||||
1CA4CF2B1B68D91200E500F4 /* ZSSbgcolor.png in Resources */,
|
1CA4CF2B1B68D91200E500F4 /* ZSSbgcolor.png in Resources */,
|
||||||
1CD878131B5F62DA002E5F7B /* Launch Screen.storyboard in Resources */,
|
|
||||||
1CA4CEF31B68D91200E500F4 /* icon_format_more@3x.png in Resources */,
|
1CA4CEF31B68D91200E500F4 /* icon_format_more@3x.png in Resources */,
|
||||||
1CA4CF3A1B68D91200E500F4 /* ZSSh4.png in Resources */,
|
1CA4CF3A1B68D91200E500F4 /* ZSSh4.png in Resources */,
|
||||||
1CA4CF131B68D91200E500F4 /* icon_format_unlink.png in Resources */,
|
1CA4CF131B68D91200E500F4 /* icon_format_unlink.png in Resources */,
|
||||||
@@ -1979,7 +1978,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
@@ -2018,7 +2017,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Tie Li (926WD5ZF5V)";
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
@@ -3,9 +3,9 @@
|
|||||||
{
|
{
|
||||||
"orientation" : "portrait",
|
"orientation" : "portrait",
|
||||||
"idiom" : "iphone",
|
"idiom" : "iphone",
|
||||||
|
"filename" : "start-retina.png",
|
||||||
"extent" : "full-screen",
|
"extent" : "full-screen",
|
||||||
"minimum-system-version" : "7.0",
|
"minimum-system-version" : "7.0",
|
||||||
"filename" : "start-retina.png",
|
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -20,33 +20,33 @@
|
|||||||
{
|
{
|
||||||
"orientation" : "portrait",
|
"orientation" : "portrait",
|
||||||
"idiom" : "ipad",
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Portrait~ipad-1.png",
|
||||||
"extent" : "full-screen",
|
"extent" : "full-screen",
|
||||||
"minimum-system-version" : "7.0",
|
"minimum-system-version" : "7.0",
|
||||||
"filename" : "Default-Portrait~ipad.png",
|
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orientation" : "landscape",
|
"orientation" : "landscape",
|
||||||
"idiom" : "ipad",
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Landscape~ipad-1.png",
|
||||||
"extent" : "full-screen",
|
"extent" : "full-screen",
|
||||||
"minimum-system-version" : "7.0",
|
"minimum-system-version" : "7.0",
|
||||||
"filename" : "Default-Landscape~ipad.png",
|
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orientation" : "portrait",
|
"orientation" : "portrait",
|
||||||
"idiom" : "ipad",
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Portrait~ipad@2x-1.png",
|
||||||
"extent" : "full-screen",
|
"extent" : "full-screen",
|
||||||
"minimum-system-version" : "7.0",
|
"minimum-system-version" : "7.0",
|
||||||
"filename" : "Default-Portrait@2x~ipad.png",
|
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orientation" : "landscape",
|
"orientation" : "landscape",
|
||||||
"idiom" : "ipad",
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Landscape@2x~ipad-1.png",
|
||||||
"extent" : "full-screen",
|
"extent" : "full-screen",
|
||||||
"minimum-system-version" : "7.0",
|
"minimum-system-version" : "7.0",
|
||||||
"filename" : "Default-Landscape@2x~ipad.png",
|
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Landscape@2x~ipad.png
Executable file
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Landscape@2x~ipad.png
Executable file
Binary file not shown.
Binary file not shown.
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Landscape~ipad.png
Executable file
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Landscape~ipad.png
Executable file
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Portrait~ipad.png
Executable file
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Portrait~ipad.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Portrait~ipad@2x.png
Executable file
BIN
Leanote/Images.xcassets/LaunchImage.launchimage/Portrait~ipad@2x.png
Executable file
Binary file not shown.
@@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="W9p-he-k9r">
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="W9p-he-k9r">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
|
<deployment identifier="iOS"/>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
|
||||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scenes>
|
<scenes>
|
||||||
@@ -17,8 +18,8 @@
|
|||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="leanote-lauch-screen" translatesAutoresizingMaskIntoConstraints="NO" id="flk-nN-QC3">
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="leanote-lauch-screen" translatesAutoresizingMaskIntoConstraints="NO" id="flk-nN-QC3">
|
||||||
<rect key="frame" x="186" y="241" width="117" height="117"/>
|
<rect key="frame" x="263" y="263" width="74" height="74"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="height" constant="312" id="Jor-90-EtI">
|
<constraint firstAttribute="height" constant="312" id="Jor-90-EtI">
|
||||||
<variation key="heightClass=regular-widthClass=compact" constant="182"/>
|
<variation key="heightClass=regular-widthClass=compact" constant="182"/>
|
||||||
@@ -33,17 +34,38 @@
|
|||||||
<exclude reference="MEa-f1-P0i"/>
|
<exclude reference="MEa-f1-P0i"/>
|
||||||
</mask>
|
</mask>
|
||||||
</variation>
|
</variation>
|
||||||
<variation key="heightClass=regular-widthClass=compact">
|
<variation key="heightClass=compact" ambiguous="YES" misplaced="YES">
|
||||||
|
<rect key="frame" x="242" y="141" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
|
<variation key="widthClass=compact" ambiguous="YES" misplaced="YES">
|
||||||
|
<rect key="frame" x="142" y="241" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
|
<variation key="widthClass=regular" ambiguous="YES" misplaced="YES">
|
||||||
|
<rect key="frame" x="342" y="241" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
|
<variation key="heightClass=compact-widthClass=compact" misplaced="YES">
|
||||||
|
<rect key="frame" x="142" y="141" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
|
<variation key="heightClass=compact-widthClass=regular" ambiguous="YES" misplaced="YES">
|
||||||
|
<rect key="frame" x="342" y="141" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
|
<variation key="heightClass=regular-widthClass=compact" misplaced="YES">
|
||||||
|
<rect key="frame" x="142" y="337" width="116" height="126"/>
|
||||||
<mask key="constraints">
|
<mask key="constraints">
|
||||||
<include reference="Jor-90-EtI"/>
|
<include reference="Jor-90-EtI"/>
|
||||||
<include reference="MEa-f1-P0i"/>
|
<include reference="MEa-f1-P0i"/>
|
||||||
</mask>
|
</mask>
|
||||||
</variation>
|
</variation>
|
||||||
|
<variation key="heightClass=regular-widthClass=regular" ambiguous="YES" misplaced="YES">
|
||||||
|
<rect key="frame" x="342" y="341" width="117" height="117"/>
|
||||||
|
</variation>
|
||||||
</imageView>
|
</imageView>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="centerY" secondItem="flk-nN-QC3" secondAttribute="centerY" multiplier="4:3" id="Vvw-Y8-c7d"/>
|
<constraint firstAttribute="centerY" secondItem="flk-nN-QC3" secondAttribute="centerY" multiplier="4:3" id="Vvw-Y8-c7d"/>
|
||||||
|
<constraint firstItem="flk-nN-QC3" firstAttribute="centerX" secondItem="cez-yo-1vp" secondAttribute="centerX" id="hfI-z4-tC9"/>
|
||||||
|
<constraint firstItem="flk-nN-QC3" firstAttribute="centerY" secondItem="cez-yo-1vp" secondAttribute="centerY" id="kO7-mP-1tR"/>
|
||||||
<constraint firstAttribute="centerX" secondItem="flk-nN-QC3" secondAttribute="centerX" id="rF1-hU-dyH"/>
|
<constraint firstAttribute="centerX" secondItem="flk-nN-QC3" secondAttribute="centerX" id="rF1-hU-dyH"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
<variation key="default">
|
<variation key="default">
|
||||||
@@ -62,7 +84,7 @@
|
|||||||
</viewController>
|
</viewController>
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="W1g-bP-vF7" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="W1g-bP-vF7" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
</objects>
|
</objects>
|
||||||
<point key="canvasLocation" x="133.5" y="226.5"/>
|
<point key="canvasLocation" x="133" y="226"/>
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
<resources>
|
<resources>
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
<subviews>
|
<subviews>
|
||||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="leanote-lauch-screen" translatesAutoresizingMaskIntoConstraints="NO" id="6d3-TV-AFy">
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="leanote-lauch-screen" translatesAutoresizingMaskIntoConstraints="NO" id="6d3-TV-AFy">
|
||||||
<rect key="frame" x="133" y="145" width="137" height="149"/>
|
<rect key="frame" x="133" y="145" width="137" height="149"/>
|
||||||
|
<variation key="heightClass=regular-widthClass=regular" fixedFrame="YES">
|
||||||
|
<rect key="frame" x="132" y="145" width="137" height="149"/>
|
||||||
|
</variation>
|
||||||
</imageView>
|
</imageView>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||||
|
Reference in New Issue
Block a user