diff --git a/CollectionViewClassifyMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate b/CollectionViewClassifyMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..b2b13e0
Binary files /dev/null and b/CollectionViewClassifyMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
new file mode 100644
index 0000000..8f94031
--- /dev/null
+++ b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/CollectionViewClassifyMenu.xcscheme b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/CollectionViewClassifyMenu.xcscheme
new file mode 100644
index 0000000..f42d80d
--- /dev/null
+++ b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/CollectionViewClassifyMenu.xcscheme
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..1524956
--- /dev/null
+++ b/CollectionViewClassifyMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,27 @@
+
+
+
+
+ SchemeUserState
+
+ CollectionViewClassifyMenu.xcscheme
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ 9A3295EA1AB7D3880035EFAA
+
+ primary
+
+
+ 9A3296031AB7D3880035EFAA
+
+ primary
+
+
+
+
+
diff --git a/CollectionViewClassifyMenu/Class/Other/Lib/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.m b/CollectionViewClassifyMenu/Class/Other/Lib/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.m
index cae0b26..8a03e78 100644
--- a/CollectionViewClassifyMenu/Class/Other/Lib/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.m
+++ b/CollectionViewClassifyMenu/Class/Other/Lib/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.m
@@ -44,7 +44,9 @@ - (instancetype)init
{
self = [super init];
if (self) {
+ if ([[UIDevice currentDevice].systemVersion doubleValue]>=9.0) {
self.sectionHeadersPinToVisibleBounds = YES;
+ }
}
return self;
}