-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fef48e3
commit 290fcfc
Showing
10 changed files
with
43 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
//IPHONEOS_DEPLOYMENT_TARGET = 13.5 | ||
IPHONEOS_DEPLOYMENT_TARGET = 13.5 | ||
//IPHONEOS_DEPLOYMENT_TARGET = 14.4 | ||
IPHONEOS_DEPLOYMENT_TARGET = 15.2 | ||
//IPHONEOS_DEPLOYMENT_TARGET = 15.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
SwiftUI_Pull_to_Refresh.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
// | ||
|
||
import SwiftUI | ||
import Introspect | ||
import Refreshable | ||
|
||
|
||
struct ClosureBasedModifierView: View { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
import SwiftUI | ||
import Introspect | ||
import Refreshable | ||
|
||
|
||
struct ScrollViewExtensionView: View { | ||
|
66 changes: 0 additions & 66 deletions
66
SwiftUI_Pull_to_Refresh/Refreshable/OnRefreshModifier.swift
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
SwiftUI_Pull_to_Refresh/Refreshable/RefreshableModifier.swift
This file was deleted.
Oops, something went wrong.