Skip to content

Commit

Permalink
SwiftUISpacerTutorial added
Browse files Browse the repository at this point in the history
  • Loading branch information
ioscreator committed Nov 11, 2019
1 parent 35ea6ab commit 04c5e8d
Show file tree
Hide file tree
Showing 14 changed files with 727 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ CODE EXAMPLES REPOSITORY

See https://ioscreator.com for a detailed description

This README last updated: 11-10-2019
This README last updated: 11-11-2019
===========================================================================================================

INDEX
===========================================================================================================

### SwiftUI

- [SwiftUISpacerTutorial](https://ioscreator.com/tutorials/swiftui-spacer-tutorial)
- [SwiftUIOverlayViewsTutorial](https://ioscreator.com/tutorials/swiftui-overlay-views-tutorial)
- [SwiftUIHeaderFooterListTutorial](https://ioscreator.com/tutorials/swiftui-header-footer-list-tutorial)
- [SwiftUISpringAnimationTutorial](https://ioscreator.com/tutorials/swiftui-spring-animation-tutorial)
Expand Down
347 changes: 347 additions & 0 deletions SwiftUISpacerTutorial/SwiftUISpacerTutorial.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,347 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
A4F73CD42376194A00EBE4FA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4F73CD32376194A00EBE4FA /* AppDelegate.swift */; };
A4F73CD62376194A00EBE4FA /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4F73CD52376194A00EBE4FA /* SceneDelegate.swift */; };
A4F73CD82376194A00EBE4FA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4F73CD72376194A00EBE4FA /* ContentView.swift */; };
A4F73CDA2376194D00EBE4FA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4F73CD92376194D00EBE4FA /* Assets.xcassets */; };
A4F73CDD2376194D00EBE4FA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4F73CDC2376194D00EBE4FA /* Preview Assets.xcassets */; };
A4F73CE02376194D00EBE4FA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4F73CDE2376194D00EBE4FA /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
A4F73CD02376194A00EBE4FA /* SwiftUISpacerTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUISpacerTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; };
A4F73CD32376194A00EBE4FA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
A4F73CD52376194A00EBE4FA /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
A4F73CD72376194A00EBE4FA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
A4F73CD92376194D00EBE4FA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A4F73CDC2376194D00EBE4FA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
A4F73CDF2376194D00EBE4FA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A4F73CE12376194D00EBE4FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
A4F73CC72376194A00EBE4FA = {
isa = PBXGroup;
children = (
A4F73CD22376194A00EBE4FA /* SwiftUISpacerTutorial */,
A4F73CD12376194A00EBE4FA /* Products */,
);
sourceTree = "<group>";
};
A4F73CD12376194A00EBE4FA /* Products */ = {
isa = PBXGroup;
children = (
A4F73CD02376194A00EBE4FA /* SwiftUISpacerTutorial.app */,
);
name = Products;
sourceTree = "<group>";
};
A4F73CD22376194A00EBE4FA /* SwiftUISpacerTutorial */ = {
isa = PBXGroup;
children = (
A4F73CD32376194A00EBE4FA /* AppDelegate.swift */,
A4F73CD52376194A00EBE4FA /* SceneDelegate.swift */,
A4F73CD72376194A00EBE4FA /* ContentView.swift */,
A4F73CD92376194D00EBE4FA /* Assets.xcassets */,
A4F73CDE2376194D00EBE4FA /* LaunchScreen.storyboard */,
A4F73CE12376194D00EBE4FA /* Info.plist */,
A4F73CDB2376194D00EBE4FA /* Preview Content */,
);
path = SwiftUISpacerTutorial;
sourceTree = "<group>";
};
A4F73CDB2376194D00EBE4FA /* Preview Content */ = {
isa = PBXGroup;
children = (
A4F73CDC2376194D00EBE4FA /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
A4F73CCF2376194A00EBE4FA /* SwiftUISpacerTutorial */ = {
isa = PBXNativeTarget;
buildConfigurationList = A4F73CE42376194D00EBE4FA /* Build configuration list for PBXNativeTarget "SwiftUISpacerTutorial" */;
buildPhases = (
A4F73CCC2376194A00EBE4FA /* Sources */,
A4F73CCD2376194A00EBE4FA /* Frameworks */,
A4F73CCE2376194A00EBE4FA /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SwiftUISpacerTutorial;
productName = SwiftUISpacerTutorial;
productReference = A4F73CD02376194A00EBE4FA /* SwiftUISpacerTutorial.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A4F73CC82376194A00EBE4FA /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1120;
LastUpgradeCheck = 1120;
ORGANIZATIONNAME = "Arthur Knopper";
TargetAttributes = {
A4F73CCF2376194A00EBE4FA = {
CreatedOnToolsVersion = 11.2;
};
};
};
buildConfigurationList = A4F73CCB2376194A00EBE4FA /* Build configuration list for PBXProject "SwiftUISpacerTutorial" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A4F73CC72376194A00EBE4FA;
productRefGroup = A4F73CD12376194A00EBE4FA /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A4F73CCF2376194A00EBE4FA /* SwiftUISpacerTutorial */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
A4F73CCE2376194A00EBE4FA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A4F73CE02376194D00EBE4FA /* LaunchScreen.storyboard in Resources */,
A4F73CDD2376194D00EBE4FA /* Preview Assets.xcassets in Resources */,
A4F73CDA2376194D00EBE4FA /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
A4F73CCC2376194A00EBE4FA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A4F73CD42376194A00EBE4FA /* AppDelegate.swift in Sources */,
A4F73CD62376194A00EBE4FA /* SceneDelegate.swift in Sources */,
A4F73CD82376194A00EBE4FA /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
A4F73CDE2376194D00EBE4FA /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
A4F73CDF2376194D00EBE4FA /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
A4F73CE22376194D00EBE4FA /* 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;
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 = 13.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
A4F73CE32376194D00EBE4FA /* 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;
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 = 13.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
A4F73CE52376194D00EBE4FA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUISpacerTutorial/Preview Content\"";
DEVELOPMENT_TEAM = Z5DP89AMR6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = SwiftUISpacerTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.SwiftUISpacerTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
A4F73CE62376194D00EBE4FA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUISpacerTutorial/Preview Content\"";
DEVELOPMENT_TEAM = Z5DP89AMR6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = SwiftUISpacerTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.SwiftUISpacerTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
A4F73CCB2376194A00EBE4FA /* Build configuration list for PBXProject "SwiftUISpacerTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A4F73CE22376194D00EBE4FA /* Debug */,
A4F73CE32376194D00EBE4FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A4F73CE42376194D00EBE4FA /* Build configuration list for PBXNativeTarget "SwiftUISpacerTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A4F73CE52376194D00EBE4FA /* Debug */,
A4F73CE62376194D00EBE4FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A4F73CC82376194A00EBE4FA /* 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>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>SchemeUserState</key>
<dict>
<key>SwiftUISpacerTutorial.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit 04c5e8d

Please sign in to comment.