Skip to content

Commit a542bac

Browse files
committed
Make dynamicIslandProgressIndicatorConfiguration public
1 parent 71ceda5 commit a542bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DynamicIslandUtilities/DynamicIslandProgressIndicatorViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ open class DynamicIslandProgressIndicatorViewController: UIViewController {
5454

5555
/// Provides access to a configuration type to access the progress bar and show/hide progress.
5656
@available(iOS 16, *)
57-
func dynamicIslandProgressIndicatorConfiguration() -> DynamicIslandProgressIndicatorConfiguration {
57+
public func dynamicIslandProgressIndicatorConfiguration() -> DynamicIslandProgressIndicatorConfiguration {
5858
return _dynamicIslandProgressBarConfiguration
5959
}
6060

0 commit comments

Comments
 (0)