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)
1236
1236
@@ -1362,15 +1362,15 @@ PinLayout's `UIView.pin.layoutMargins` property expose directly the value of UIK
1362
1362
1363
1363
<br/>
1364
1364
1365
-
### 4. pin.keyBoardArea:
1365
+
### 4. pin.keyboardArea:
1366
1366
1367
1367
##### Property:
1368
-
***`pin.keyBoardArea: CGRect`[iOS 15+]**
1368
+
***`pin.keyboardArea: CGRect`[iOS 15+]**
1369
1369
The property expose the `UIKit` value [`UIView.keyboardLayoutGuide`](https://developer.apple.com/documentation/uikit/keyboards_and_input/adjusting_your_layout_with_keyboard_layout_guide). It represents the area (`CGRect`) of the keyboard that is covering the view. Useful to adjust the layout when the keyboard is visible. [iOS 15+]
0 commit comments