Skip to content

Commit

Permalink
add Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Brances committed Aug 17, 2017
1 parent 1dd4d8f commit 41f1a09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ZMProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
40C59E631F441AB5004BF0BE /* nucleo-mini.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 40C59E601F441AB5004BF0BE /* nucleo-mini.ttf */; };
40C59E641F441AB5004BF0BE /* nucleo-outline.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 40C59E611F441AB5004BF0BE /* nucleo-outline.ttf */; };
40C59E671F441B8A004BF0BE /* ZMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C59E661F441B8A004BF0BE /* ZMViewController.m */; };
40F6BC711F45836100C3DCB4 /* image.png in Resources */ = {isa = PBXBuildFile; fileRef = 40F6BC701F45836100C3DCB4 /* image.png */; };
7F88A9894DA7AC5FC5E4CA22 /* libPods-ZMProject.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7151609B2863670F25A627B2 /* libPods-ZMProject.a */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -129,6 +130,7 @@
40C59E611F441AB5004BF0BE /* nucleo-outline.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "nucleo-outline.ttf"; sourceTree = "<group>"; };
40C59E651F441B8A004BF0BE /* ZMViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZMViewController.h; sourceTree = "<group>"; };
40C59E661F441B8A004BF0BE /* ZMViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZMViewController.m; sourceTree = "<group>"; };
40F6BC701F45836100C3DCB4 /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = image.png; sourceTree = "<group>"; };
646B6B9DD300A4C8D8C35699 /* Pods-ZMProject.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZMProject.release.xcconfig"; path = "Pods/Target Support Files/Pods-ZMProject/Pods-ZMProject.release.xcconfig"; sourceTree = "<group>"; };
6B9D3E77E068EE0D597E5A86 /* Pods-ZMProject.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZMProject.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ZMProject/Pods-ZMProject.debug.xcconfig"; sourceTree = "<group>"; };
7151609B2863670F25A627B2 /* libPods-ZMProject.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ZMProject.a"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -248,6 +250,7 @@
40C59E1F1F441612004BF0BE /* ZMProject */ = {
isa = PBXGroup;
children = (
40F6BC6F1F45836100C3DCB4 /* Documents */,
40C59E5C1F441763004BF0BE /* Resources */,
40C59E591F441763004BF0BE /* Common */,
40C59E5B1F441763004BF0BE /* Lib */,
Expand Down Expand Up @@ -349,6 +352,14 @@
path = fonts;
sourceTree = "<group>";
};
40F6BC6F1F45836100C3DCB4 /* Documents */ = {
isa = PBXGroup;
children = (
40F6BC701F45836100C3DCB4 /* image.png */,
);
path = Documents;
sourceTree = "<group>";
};
D21B323C621B97A8A4141B9A /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -487,6 +498,7 @@
40991E251F4424A2004FEFCE /* [email protected] in Resources */,
40991E141F4424A2004FEFCE /* [email protected] in Resources */,
40C59E621F441AB5004BF0BE /* nucleo-glyph.ttf in Resources */,
40F6BC711F45836100C3DCB4 /* image.png in Resources */,
40991E1D1F4424A2004FEFCE /* [email protected] in Resources */,
40991E171F4424A2004FEFCE /* [email protected] in Resources */,
40991E1A1F4424A2004FEFCE /* [email protected] in Resources */,
Expand Down
Binary file added ZMProject/Documents/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ZMProject/Home/ZMButtonViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ - (void)viewDidLoad {

- (void)setupUI{
//图标在左
ZMButton *iconButtonLeft = [[ZMButton alloc] initWithTitle:@"文字在右" icon:@"\U0000e6df" iconType:ButtonIconTypeLeft];
ZMButton *iconButtonLeft = [[ZMButton alloc] initWithTitle:@"文字在右" icon:@"\U0000e6df\U0000ea9b" iconType:ButtonIconTypeLeft];
iconButtonLeft.margin = 10;
iconButtonLeft.titleColor = [UIColor colorWithHexString:@"#DC143C"];
iconButtonLeft.tag = 1;
Expand Down

0 comments on commit 41f1a09

Please sign in to comment.