Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yixe authored Jun 19, 2020
1 parent 19c1b83 commit 0e7a9a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/TestRe/TestRe.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// Project: Refresh
// Project: Refreshing
// Date: 6/20/20

import Foundation
import SwiftUI
import UIKit

@available(iOS 13.0, *)
struct TestRefreshing<Content: View>: View {
public struct TestRefreshing<Content: View>: View {
@State private var previousScrollOffset: CGFloat = 0
@State private var scrollOffset: CGFloat = 0.5
@State private var frozen: Bool = false
Expand All @@ -23,7 +23,7 @@ struct TestRefreshing<Content: View>: View {
self.onRefresh = onRefresh
}

var body: some View {
public var body: some View {
return VStack {
ScrollView(showsIndicators: false) {
ZStack(alignment: .top) {
Expand Down

0 comments on commit 0e7a9a6

Please sign in to comment.