We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0fff5 commit edb552dCopy full SHA for edb552d
Sources/Pin.swift
@@ -20,7 +20,7 @@
20
import Foundation
21
22
@objc public class Pin: NSObject {
23
- @objc static var layoutDirection = LayoutDirection.ltr
+ @objc public static var layoutDirection = LayoutDirection.ltr
24
25
#if os(iOS) || os(tvOS)
26
/// Controls how PinLayout will calls `UIView.safeAreaInsetsDidChange` when the `UIView.pin.safeArea` change.
0 commit comments