forked from BigShow1949/BigShow1949
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e04ed71
commit ac2f6dc
Showing
14 changed files
with
99 additions
and
48 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,8 @@ | |
186E63641D6EE1BB0070A717 /* UINTViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 186E635C1D6EE1BB0070A717 /* UINTViewController.m */; }; | ||
186E63651D6EE1BB0070A717 /* UINTDraggableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 186E635D1D6EE1BB0070A717 /* UINTDraggableView.m */; }; | ||
186E63661D6EE1BB0070A717 /* UINTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 186E63601D6EE1BB0070A717 /* UINTSpringAnimation.m */; }; | ||
186E636A1D6EED090070A717 /* YFStatisticalCodeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 186E63691D6EED090070A717 /* YFStatisticalCodeViewController.m */; }; | ||
186E636C1D701BD60070A717 /* rain.png in Resources */ = {isa = PBXBuildFile; fileRef = 186E636B1D701BD60070A717 /* rain.png */; }; | ||
189242651B99D065008AC1EB /* YFAuthorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 189242641B99D065008AC1EB /* YFAuthorViewController.m */; }; | ||
18C2D5331BAEDC98006CD3B2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18C2D5311BAEDC61006CD3B2 /* UIKit.framework */; }; | ||
18C2D5361BAEDCC8006CD3B2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18C2D5341BAEDCAC006CD3B2 /* Foundation.framework */; }; | ||
|
@@ -725,6 +727,9 @@ | |
186E635F1D6EE1BB0070A717 /* UINTGeometryExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UINTGeometryExtras.h; sourceTree = "<group>"; }; | ||
186E63601D6EE1BB0070A717 /* UINTSpringAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UINTSpringAnimation.m; sourceTree = "<group>"; }; | ||
186E63611D6EE1BB0070A717 /* UINTSpringAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UINTSpringAnimation.h; sourceTree = "<group>"; }; | ||
186E63681D6EED090070A717 /* YFStatisticalCodeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YFStatisticalCodeViewController.h; sourceTree = "<group>"; }; | ||
186E63691D6EED090070A717 /* YFStatisticalCodeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YFStatisticalCodeViewController.m; sourceTree = "<group>"; }; | ||
186E636B1D701BD60070A717 /* rain.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rain.png; sourceTree = "<group>"; }; | ||
189242631B99D065008AC1EB /* YFAuthorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YFAuthorViewController.h; sourceTree = "<group>"; }; | ||
189242641B99D065008AC1EB /* YFAuthorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YFAuthorViewController.m; sourceTree = "<group>"; }; | ||
18C2D5311BAEDC61006CD3B2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | ||
|
@@ -2077,6 +2082,15 @@ | |
path = "弹簧效果(CADisplayLink)"; | ||
sourceTree = "<group>"; | ||
}; | ||
186E63671D6EEC780070A717 /* StatisticalCode */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
186E63681D6EED090070A717 /* YFStatisticalCodeViewController.h */, | ||
186E63691D6EED090070A717 /* YFStatisticalCodeViewController.m */, | ||
); | ||
path = StatisticalCode; | ||
sourceTree = "<group>"; | ||
}; | ||
18C2D52F1BAEDC2C006CD3B2 /* Framework */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
|
@@ -2203,6 +2217,7 @@ | |
children = ( | ||
18CAD0301B95FD88001066FF /* YFKnowledgeViewController.h */, | ||
18CAD0311B95FD88001066FF /* YFKnowledgeViewController.m */, | ||
186E63671D6EEC780070A717 /* StatisticalCode */, | ||
18D0A7F71D38B9000007B184 /* NotificationCenter */, | ||
181F28921D2CEE1700FC2637 /* RunTime */, | ||
B86B4A871CE1DAD900AD54AB /* GuideView */, | ||
|
@@ -2421,6 +2436,7 @@ | |
18CAD0D41B998D11001066FF /* RainCell */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
186E636B1D701BD60070A717 /* rain.png */, | ||
18CAD0D51B998F92001066FF /* YFEmitterRainCell.h */, | ||
18CAD0D61B998F92001066FF /* YFEmitterRainCell.m */, | ||
); | ||
|
@@ -4412,6 +4428,7 @@ | |
B891DA2F1CA0F8A0007F69AF /* photo_sample_04.png in Resources */, | ||
B891DB071CA124DE007F69AF /* YFTagsCloudViewController.storyboard in Resources */, | ||
B8729ECC1C9AA06700A18AA5 /* YFSlidingViewController.storyboard in Resources */, | ||
186E636C1D701BD60070A717 /* rain.png in Resources */, | ||
185C99191D67F0A500955C5F /* [email protected] in Resources */, | ||
185C991B1D67F0A500955C5F /* [email protected] in Resources */, | ||
B864C7CD1C995ED400D1E440 /* awcollectionviewdiallayout_2.jpg in Resources */, | ||
|
@@ -4861,6 +4878,7 @@ | |
B864C7A61C9945D500D1E440 /* SSStackedPageView.m in Sources */, | ||
8BC4AD881B9682B00026B012 /* MJTypeEncoding.m in Sources */, | ||
B891DABE1CA117CB007F69AF /* SKTag.m in Sources */, | ||
186E636A1D6EED090070A717 /* YFStatisticalCodeViewController.m in Sources */, | ||
B891DB4A1CA14661007F69AF /* YFMarqueeViewController.m in Sources */, | ||
8BC4AD491B9681B70026B012 /* SDWebImageCompat.m in Sources */, | ||
B852D51B1C51D60800454E7F /* CAAnimationGroupViewController.m in Sources */, | ||
|
Binary file modified
BIN
+12.1 KB
(110%)
...xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.18 KB
...02 - 粒子发射器/01 - Snow/YFAnimationStyle/YFAnimationEmitterStyle/RainCell/rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
BigShow1949/Classes/KnowledgePoint/StatisticalCode/YFStatisticalCodeViewController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// YFStatisticalCodeViewController.h | ||
// BigShow1949 | ||
// | ||
// Created by apple on 16/8/25. | ||
// Copyright © 2016年 BigShowCompany. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface YFStatisticalCodeViewController : UIViewController | ||
|
||
@end |
18 changes: 18 additions & 0 deletions
18
BigShow1949/Classes/KnowledgePoint/StatisticalCode/YFStatisticalCodeViewController.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// YFStatisticalCodeViewController.m | ||
// BigShow1949 | ||
// | ||
// Created by apple on 16/8/25. | ||
// Copyright © 2016年 BigShowCompany. All rights reserved. | ||
// | ||
|
||
#import "YFStatisticalCodeViewController.h" | ||
|
||
@implementation YFStatisticalCodeViewController | ||
|
||
- (void)viewDidLoad { | ||
|
||
[super viewDidLoad]; | ||
} | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ DBPoint DBPointMake(CGFloat x, CGFloat y, CGFloat z) { | |
return point; | ||
} | ||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters