mirror of
https://github.com/yattee/yattee.git
synced 2025-10-16 04:18:13 +00:00
Bring back iOS 14 and macOS 11
This commit is contained in:
@@ -12,7 +12,7 @@ struct RefreshControlModifier: ViewModifier {
|
||||
@State private var geometryReaderFrame: CGRect = .zero
|
||||
let refreshControl: RefreshControl
|
||||
|
||||
internal init(onValueChanged: @escaping (UIRefreshControl) -> Void) {
|
||||
init(onValueChanged: @escaping (UIRefreshControl) -> Void) {
|
||||
refreshControl = RefreshControl(onValueChanged: onValueChanged)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user