Skip to content

Commit

Permalink
Merge pull request #1 from boraseoksoon/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
boraseoksoon committed Dec 2, 2019
2 parents e24c089 + 2ccc14f commit 3a4fc47
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BSZoomGridScrollView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BSZoomGridScrollView'
s.version = '0.1.9'
s.version = '0.2.0'
s.summary = 'Tracking your touch, BSZoomGridScrollView zooms in subviews in the grid-style UIScrollView'

s.description = 'Boooooring grid-scrollview that is only good at zooming series of views continuously, tracking your touch..'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4769B89C2395047F003B7607"
BuildableName = "SwiftUIExample.app"
BlueprintName = "SwiftUIExample"
ReferencedContainer = "container:BSZoomGridScrollView.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4769B8B123950480003B7607"
BuildableName = "SwiftUIExampleTests.xctest"
BlueprintName = "SwiftUIExampleTests"
ReferencedContainer = "container:BSZoomGridScrollView.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4769B8BC23950480003B7607"
BuildableName = "SwiftUIExampleUITests.xctest"
BlueprintName = "SwiftUIExampleUITests"
ReferencedContainer = "container:BSZoomGridScrollView.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4769B89C2395047F003B7607"
BuildableName = "SwiftUIExample.app"
BlueprintName = "SwiftUIExample"
ReferencedContainer = "container:BSZoomGridScrollView.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4769B89C2395047F003B7607"
BuildableName = "SwiftUIExample.app"
BlueprintName = "SwiftUIExample"
ReferencedContainer = "container:BSZoomGridScrollView.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
3 changes: 2 additions & 1 deletion Example/SwiftUIExample/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct ContentView: View {
Image(systemName: "grid")
Text("Grid")
}
}.edgesIgnoringSafeArea(.all)
}
.edgesIgnoringSafeArea(.top)
}
}

0 comments on commit 3a4fc47

Please sign in to comment.