Skip to content

Commit

Permalink
Merge pull request #316 from jacksonjude/master
Browse files Browse the repository at this point in the history
Minor README.md typo
  • Loading branch information
scenee authored Feb 15, 2020
2 parents 57ed039 + bc840dd commit 1f79c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The new interface displays the related contents and utilities in parallel as a u
- [Change the initial position and height](#change-the-initial-position-and-height)
- [Support your landscape layout](#support-your-landscape-layout)
- [Use Intrinsic height layout](#use-intrinsic-height-layout)
- [Specify position insets from the frame of `FloatingPanelContrller.view`, not the SafeArea](#specify-position-insets-from-the-frame-of-floatingpanelcontrllerview-not-the-safearea)
- [Specify position insets from the frame of `FloatingPanelController.view`, not the SafeArea](#specify-position-insets-from-the-frame-of-floatingpanelcontrollerview-not-the-safearea)
- [Customize the behavior with `FloatingPanelBehavior` protocol](#customize-the-behavior-with-floatingpanelbehavior-protocol)
- [Modify your floating panel's interaction](#modify-your-floating-panels-interaction)
- [Activate the rubber-band effect on the top/bottom edges](#activate-the-rubber-band-effect-on-the-topbottom-edges)
Expand Down Expand Up @@ -338,7 +338,7 @@ class RemovablePanelLayout: FloatingPanelIntrinsicLayout {
}
```

#### Specify position insets from the frame of `FloatingPanelContrller.view`, not the SafeArea
#### Specify position insets from the frame of `FloatingPanelController.view`, not the SafeArea

There are 2 ways. One is returning `.fromSuperview` for `FloatingPanelLayout.positionReference` in your layout.

Expand Down

0 comments on commit 1f79c25

Please sign in to comment.