Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ChartLegends.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
TargetAttributes = {
6A8C15701E19707700936AC6 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = 37QAPDY2PR;
DevelopmentTeam = LHAA3QSYMW;
LastSwiftMigration = 0920;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -557,13 +557,13 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 37QAPDY2PR;
DEVELOPMENT_TEAM = LHAA3QSYMW;
INFOPLIST_FILE = "$(SRCROOT)/ChartLegendsDemo/Supporting files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.schuetz.ChartLegendsDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -572,13 +572,13 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 37QAPDY2PR;
DEVELOPMENT_TEAM = LHAA3QSYMW;
INFOPLIST_FILE = "$(SRCROOT)/ChartLegendsDemo/Supporting files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.schuetz.ChartLegendsDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand All @@ -599,7 +599,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -622,7 +622,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down
2 changes: 1 addition & 1 deletion ChartLegends/View/ChartLegendsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ open class ChartLegendsView: UIView {

case .flowLeft:
let flowLayout = LeftAlignedCollectionViewFlowLayout()
flowLayout.scrollDirection = UICollectionViewScrollDirection.vertical
flowLayout.scrollDirection = UICollectionView.ScrollDirection.vertical
sharedFlowLayoutSettings(flowLayout: flowLayout)
return flowLayout

Expand Down