Skip to content

Commit

Permalink
Merge pull request #134 from g00m/feature/fix_typo_in_readme
Browse files Browse the repository at this point in the history
Fix typo in `README.md`
  • Loading branch information
scenee authored Feb 14, 2019
2 parents c9de6f0 + b69d366 commit a1195be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fpc.isRemovalInteractionEnabled = true // Optional: Let it removable by a swipe-
self.present(fpc, animated: true, completion: nil)
```

You can show a floating panel over UINavigationController from the containnee view controllers as a modality of `.overCurrentContext` style.
You can show a floating panel over UINavigationController from the container view controllers as a modality of `.overCurrentContext` style.

NOTE: FloatingPanelController has the custom presentation controller. If you would like to customize the presentation/dismissal, please see [FloatingPanelTransitioning](https://github.com/SCENEE/FloatingPanel/blob/master/Framework/Sources/FloatingPanelTransitioning.swift).

Expand Down

0 comments on commit a1195be

Please sign in to comment.