Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Dec 16, 2019
1 parent 5b243ba commit e866681
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ If you add your view in Interface Builder, don't forget to enable the "**Remove

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

## Installation

Expand Down

0 comments on commit e866681

Please sign in to comment.