You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following image display the 3 areas on an iPad in landscape mode. (safeArea, readableMargins, layoutMargins)
1235
1235
@@ -1361,19 +1361,19 @@ PinLayout's `UIView.pin.layoutMargins` property expose directly the value of UIK
1361
1361
1362
1362
<br/>
1363
1363
1364
-
### 4. pin.keyboardLayout:
1364
+
### 4. pin.keyboardMargins:
1365
1365
1366
1366
##### Property:
1367
-
***`pin.keyboardLayout: UIEdgeInset`**
1368
-
PinLayout's `UIView.pin.keyboardLayout` property expose directly the value of UIKit [`UIView.keyboardLayoutGuide`](https://developer.apple.com/documentation/uikit/keyboards_and_input/adjusting_your_layout_with_keyboard_layout_guide). This is really useful when layout adjustment due to the keyboard is required.
1367
+
***`pin.keyboardMargins: UIEdgeInset`**
1368
+
PinLayout's `UIView.pin.keyboardMargins` property expose directly the value of UIKit [`UIView.keyboardLayoutGuide`](https://developer.apple.com/documentation/uikit/keyboards_and_input/adjusting_your_layout_with_keyboard_layout_guide). This is really useful when layout adjustment due to the keyboard is required.
0 commit comments