Skip to content

Commit

Permalink
change default loading view type
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehmetates committed May 16, 2024
1 parent 7ab5830 commit 67802ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ErrorableView/Views/DefaultLoadingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public protocol LoadingView: View {
public init(
loadingText: LocalizedStringKey,
progressViewColor: Color = .accentColor,
type: LoadingPresenterTypes = .overlay
type: LoadingPresenterTypes = .onPage
) {
self.loadingText = loadingText
self.progressViewColor = progressViewColor
Expand Down

0 comments on commit 67802ad

Please sign in to comment.