Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
zgjun committed Aug 20, 2018
1 parent d83509b commit 0cc4c7a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
15 changes: 15 additions & 0 deletions BarryDemo/BarryDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
27F20E4E212AB884004C72C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27F20E4D212AB884004C72C8 /* Assets.xcassets */; };
27F20E51212AB884004C72C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27F20E4F212AB884004C72C8 /* LaunchScreen.storyboard */; };
27F20E54212AB884004C72C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F20E53212AB884004C72C8 /* main.m */; };
27F20E5D212AB896004C72C8 /* ZS_PageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F20E5B212AB896004C72C8 /* ZS_PageControl.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -26,6 +27,8 @@
27F20E50212AB884004C72C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27F20E52212AB884004C72C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27F20E53212AB884004C72C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
27F20E5B212AB896004C72C8 /* ZS_PageControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZS_PageControl.m; sourceTree = "<group>"; };
27F20E5C212AB896004C72C8 /* ZS_PageControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZS_PageControl.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -62,6 +65,7 @@
27F20E45212AB884004C72C8 /* AppDelegate.m */,
27F20E47212AB884004C72C8 /* ViewController.h */,
27F20E48212AB884004C72C8 /* ViewController.m */,
27F20E5A212AB896004C72C8 /* Barry */,
27F20E4A212AB884004C72C8 /* Main.storyboard */,
27F20E4D212AB884004C72C8 /* Assets.xcassets */,
27F20E4F212AB884004C72C8 /* LaunchScreen.storyboard */,
Expand All @@ -71,6 +75,16 @@
path = BarryDemo;
sourceTree = "<group>";
};
27F20E5A212AB896004C72C8 /* Barry */ = {
isa = PBXGroup;
children = (
27F20E5B212AB896004C72C8 /* ZS_PageControl.m */,
27F20E5C212AB896004C72C8 /* ZS_PageControl.h */,
);
name = Barry;
path = ../../Barry;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -143,6 +157,7 @@
buildActionMask = 2147483647;
files = (
27F20E49212AB884004C72C8 /* ViewController.m in Sources */,
27F20E5D212AB896004C72C8 /* ZS_PageControl.m in Sources */,
27F20E54212AB884004C72C8 /* main.m in Sources */,
27F20E46212AB884004C72C8 /* AppDelegate.m in Sources */,
);
Expand Down
Binary file not shown.
11 changes: 4 additions & 7 deletions BarryDemo/BarryDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import "ViewController.h"
#import "ZS_PageControl.h"

@interface ViewController ()

Expand All @@ -16,13 +17,9 @@ @implementation ViewController

- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}


- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.


NSLog(@"BarryDemo--->ZS_PageControl");
}


Expand Down

0 comments on commit 0cc4c7a

Please sign in to comment.