Skip to content

Commit e866681

Browse files
committed
Update README.md
1 parent 5b243ba commit e866681

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ If you add your view in Interface Builder, don't forget to enable the "**Remove
4545

4646
## Safe Area
4747
By default, KeyboardLayoutGuide will align your item with the bottom safe area.
48-
This is a behaviour that can be opt out with the `usesSafeArea` property.
49-
```swift
50-
// Opt out of safe area if needed.
51-
view.keyboardLayoutGuide.usesSafeArea = false
52-
```
48+
This is a behaviour that can be opt out by using `keyboardLayoutGuideNoSafeArea` instead of `keyboardLayoutGuide`.
5349

5450
## Installation
5551

0 commit comments

Comments
 (0)