Skip to content

Commit

Permalink
瀑布流
Browse files Browse the repository at this point in the history
  • Loading branch information
EmyWong committed Jul 7, 2018
1 parent 79bcbb7 commit a78636d
Show file tree
Hide file tree
Showing 16 changed files with 970 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
346 changes: 346 additions & 0 deletions EWWaterFallLayout/EWWaterFallLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,346 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
710A209A20EF544300025F83 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 710A209920EF544300025F83 /* AppDelegate.m */; };
710A209D20EF544300025F83 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 710A209C20EF544300025F83 /* ViewController.m */; };
710A20A020EF544300025F83 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 710A209E20EF544300025F83 /* Main.storyboard */; };
710A20A220EF544600025F83 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 710A20A120EF544600025F83 /* Assets.xcassets */; };
710A20A520EF544600025F83 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 710A20A320EF544600025F83 /* LaunchScreen.storyboard */; };
710A20A820EF544600025F83 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 710A20A720EF544600025F83 /* main.m */; };
710A20B020EF549600025F83 /* EWWaterFallLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 710A20AF20EF549600025F83 /* EWWaterFallLayout.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
710A209520EF544300025F83 /* EWWaterFallLayout.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EWWaterFallLayout.app; sourceTree = BUILT_PRODUCTS_DIR; };
710A209820EF544300025F83 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
710A209920EF544300025F83 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
710A209B20EF544300025F83 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
710A209C20EF544300025F83 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
710A209F20EF544300025F83 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
710A20A120EF544600025F83 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
710A20A420EF544600025F83 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
710A20A620EF544600025F83 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
710A20A720EF544600025F83 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
710A20AE20EF549600025F83 /* EWWaterFallLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EWWaterFallLayout.h; sourceTree = "<group>"; };
710A20AF20EF549600025F83 /* EWWaterFallLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EWWaterFallLayout.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
710A209220EF544300025F83 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
710A208C20EF544300025F83 = {
isa = PBXGroup;
children = (
710A209720EF544300025F83 /* EWWaterFallLayout */,
710A209620EF544300025F83 /* Products */,
);
sourceTree = "<group>";
};
710A209620EF544300025F83 /* Products */ = {
isa = PBXGroup;
children = (
710A209520EF544300025F83 /* EWWaterFallLayout.app */,
);
name = Products;
sourceTree = "<group>";
};
710A209720EF544300025F83 /* EWWaterFallLayout */ = {
isa = PBXGroup;
children = (
710A20AE20EF549600025F83 /* EWWaterFallLayout.h */,
710A20AF20EF549600025F83 /* EWWaterFallLayout.m */,
710A209820EF544300025F83 /* AppDelegate.h */,
710A209920EF544300025F83 /* AppDelegate.m */,
710A209B20EF544300025F83 /* ViewController.h */,
710A209C20EF544300025F83 /* ViewController.m */,
710A209E20EF544300025F83 /* Main.storyboard */,
710A20A120EF544600025F83 /* Assets.xcassets */,
710A20A320EF544600025F83 /* LaunchScreen.storyboard */,
710A20A620EF544600025F83 /* Info.plist */,
710A20A720EF544600025F83 /* main.m */,
);
path = EWWaterFallLayout;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
710A209420EF544300025F83 /* EWWaterFallLayout */ = {
isa = PBXNativeTarget;
buildConfigurationList = 710A20AB20EF544600025F83 /* Build configuration list for PBXNativeTarget "EWWaterFallLayout" */;
buildPhases = (
710A209120EF544300025F83 /* Sources */,
710A209220EF544300025F83 /* Frameworks */,
710A209320EF544300025F83 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = EWWaterFallLayout;
productName = EWWaterFallLayout;
productReference = 710A209520EF544300025F83 /* EWWaterFallLayout.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
710A208D20EF544300025F83 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = Emy;
TargetAttributes = {
710A209420EF544300025F83 = {
CreatedOnToolsVersion = 9.3.1;
};
};
};
buildConfigurationList = 710A209020EF544300025F83 /* Build configuration list for PBXProject "EWWaterFallLayout" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 710A208C20EF544300025F83;
productRefGroup = 710A209620EF544300025F83 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
710A209420EF544300025F83 /* EWWaterFallLayout */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
710A209320EF544300025F83 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
710A20A520EF544600025F83 /* LaunchScreen.storyboard in Resources */,
710A20A220EF544600025F83 /* Assets.xcassets in Resources */,
710A20A020EF544300025F83 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
710A209120EF544300025F83 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
710A209D20EF544300025F83 /* ViewController.m in Sources */,
710A20A820EF544600025F83 /* main.m in Sources */,
710A20B020EF549600025F83 /* EWWaterFallLayout.m in Sources */,
710A209A20EF544300025F83 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
710A209E20EF544300025F83 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
710A209F20EF544300025F83 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
710A20A320EF544600025F83 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
710A20A420EF544600025F83 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
710A20A920EF544600025F83 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
710A20AA20EF544600025F83 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
710A20AC20EF544600025F83 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4UMN4W3W3W;
INFOPLIST_FILE = EWWaterFallLayout/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = Emy.EWWaterFallLayout;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
710A20AD20EF544600025F83 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4UMN4W3W3W;
INFOPLIST_FILE = EWWaterFallLayout/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = Emy.EWWaterFallLayout;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
710A209020EF544300025F83 /* Build configuration list for PBXProject "EWWaterFallLayout" */ = {
isa = XCConfigurationList;
buildConfigurations = (
710A20A920EF544600025F83 /* Debug */,
710A20AA20EF544600025F83 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
710A20AB20EF544600025F83 /* Build configuration list for PBXNativeTarget "EWWaterFallLayout" */ = {
isa = XCConfigurationList;
buildConfigurations = (
710A20AC20EF544600025F83 /* Debug */,
710A20AD20EF544600025F83 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 710A208D20EF544300025F83 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
17 changes: 17 additions & 0 deletions EWWaterFallLayout/EWWaterFallLayout/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// EWWaterFallLayout
//
// Created by Emy on 2018/7/6.
// Copyright © 2018年 Emy. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading

0 comments on commit a78636d

Please sign in to comment.