Skip to content

Commit edb552d

Browse files
author
Luc Dion
committed
Update
1 parent 0b0fff5 commit edb552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Pin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import Foundation
2121

2222
@objc public class Pin: NSObject {
23-
@objc static var layoutDirection = LayoutDirection.ltr
23+
@objc public static var layoutDirection = LayoutDirection.ltr
2424

2525
#if os(iOS) || os(tvOS)
2626
/// Controls how PinLayout will calls `UIView.safeAreaInsetsDidChange` when the `UIView.pin.safeArea` change.

0 commit comments

Comments
 (0)