Skip to content

Commit

Permalink
加入代码说明图片界面
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdxy committed Dec 4, 2018
1 parent 04ad8d5 commit 53b6e3e
Show file tree
Hide file tree
Showing 48 changed files with 629 additions and 12 deletions.
28 changes: 28 additions & 0 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
1402DFBE21B624DA00E875C0 /* TLCodeViewConroller.m in Sources */ = {isa = PBXBuildFile; fileRef = 1402DFBD21B624DA00E875C0 /* TLCodeViewConroller.m */; };
1402DFC121B6257900E875C0 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1402DFC021B6257900E875C0 /* WebKit.framework */; };
1427415E2186DEA00047EE09 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427415D2186DEA00047EE09 /* AppDelegate.m */; };
142741662186DEA10047EE09 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 142741652186DEA10047EE09 /* Assets.xcassets */; };
142741692186DEA10047EE09 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 142741672186DEA10047EE09 /* LaunchScreen.storyboard */; };
Expand Down Expand Up @@ -58,6 +60,10 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1402DFBC21B624DA00E875C0 /* TLCodeViewConroller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TLCodeViewConroller.h; sourceTree = "<group>"; };
1402DFBD21B624DA00E875C0 /* TLCodeViewConroller.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TLCodeViewConroller.m; sourceTree = "<group>"; };
1402DFC021B6257900E875C0 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
1402E01B21B65CB300E875C0 /* EmptyFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EmptyFile.m; sourceTree = "<group>"; };
142741592186DEA00047EE09 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
1427415C2186DEA00047EE09 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
1427415D2186DEA00047EE09 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -128,6 +134,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1402DFC121B6257900E875C0 /* WebKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -148,6 +155,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
1402DFBF21B6257900E875C0 /* Frameworks */ = {
isa = PBXGroup;
children = (
1402DFC021B6257900E875C0 /* WebKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
142741502186DEA00047EE09 = {
isa = PBXGroup;
children = (
Expand All @@ -156,6 +171,7 @@
142741742186DEA10047EE09 /* ExampleTests */,
1427417F2186DEA10047EE09 /* ExampleUITests */,
1427415A2186DEA00047EE09 /* Products */,
1402DFBF21B6257900E875C0 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -172,6 +188,7 @@
1427415B2186DEA00047EE09 /* Example */ = {
isa = PBXGroup;
children = (
1402E01B21B65CB300E875C0 /* EmptyFile.m */,
142D0F0A21AD206900257EF1 /* AppStoreCard */,
142741BC2186E18B0047EE09 /* SceneTemplate */,
1427415C2186DEA00047EE09 /* AppDelegate.h */,
Expand All @@ -185,6 +202,8 @@
142741C6218861CC0047EE09 /* TLSecondViewController.xib */,
14BC7FF621B0E7A900B982EC /* TLRegisterInteractiveController.h */,
14BC7FF721B0E7A900B982EC /* TLRegisterInteractiveController.m */,
1402DFBC21B624DA00E875C0 /* TLCodeViewConroller.h */,
1402DFBD21B624DA00E875C0 /* TLCodeViewConroller.m */,
14B0882F218FEE4B0001B3EB /* TLWheelTableViewCell.h */,
14B08830218FEE4B0001B3EB /* TLWheelTableViewCell.m */,
14B08831218FEE4B0001B3EB /* TLWheelTableViewCell.xib */,
Expand Down Expand Up @@ -381,6 +400,7 @@
TargetAttributes = {
142741582186DEA00047EE09 = {
CreatedOnToolsVersion = 10.0;
LastSwiftMigration = 1000;
};
142741702186DEA10047EE09 = {
CreatedOnToolsVersion = 10.0;
Expand Down Expand Up @@ -449,6 +469,7 @@
14A539CA219C139B00DB5CE6 /* TLCATransitonAnimator.m in Sources */,
142741C12186E18B0047EE09 /* TLTransition.m in Sources */,
14469F8721A52C4A007525BA /* TLAnimator.m in Sources */,
1402DFBE21B624DA00E875C0 /* TLCodeViewConroller.m in Sources */,
14D3940A219D22FD00F61677 /* TLCustomAnimator.m in Sources */,
1427416C2186DEA10047EE09 /* main.m in Sources */,
14BC7FF521B0D41F00B982EC /* TLAnimatorTemplate.m in Sources */,
Expand Down Expand Up @@ -632,6 +653,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DA3ZJPDSKE;
INFOPLIST_FILE = Example/Info.plist;
Expand All @@ -642,6 +664,9 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.gxdy.tips.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -650,6 +675,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DA3ZJPDSKE;
INFOPLIST_FILE = Example/Info.plist;
Expand All @@ -660,6 +686,8 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.gxdy.tips.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example-Bridging-Header.h";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "AppDelegate.h"
#import "TLMenuViewController.h"

#import "TLCodeViewConroller.h"
@interface AppDelegate ()

@end
Expand Down
6 changes: 6 additions & 0 deletions Example/Example/Assets.xcassets/code/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "actionsheet@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Example/Example/Assets.xcassets/code/alert.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "alert@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Example/Example/Assets.xcassets/code/alert2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "alert2@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Example/Example/Assets.xcassets/code/custom.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "custom@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Example/Example/Assets.xcassets/code/frame.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "frame@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "modal_animator@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "modal_catransition@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "modal_custom@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "modal_swipe@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "modal_system_animator@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Example/Example/Assets.xcassets/code/point.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "point@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 53b6e3e

Please sign in to comment.