FittedSheets

Bottom sheets for iOS

MIT License

Stars
1.2K
Committers
34

Bot releases are hidden (Show)

FittedSheets - 2.6.1 Latest Release

Published by AndrewSB 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gordontucker/FittedSheets/compare/2.0.0...2.6.1

FittedSheets -

Published by gordontucker about 4 years ago

This is was a fairly large refactor of the codebase to enable fixing some of the existing bugs as well as making it more flexible for the future. It now uses a UIViewControllerTransitioning class to present the modal (so you'll want to enable animations now). It also respects the safeAreaInsets so there isn't a need to put the blur effect anymore. If you want that, it is easy enough to put on any view controllers you want to present. See the ReadMe for more information.

FittedSheets -

Published by gordontucker over 5 years ago

Added ability to:

  • Set the handle color handleColor: UIColor?
  • Set if you want the background to go behind the grab bar or not extendBackgroundBehindHandle: Bool
  • Set if you want rounded corners or not roundTopCorners: Bool
FittedSheets -

Published by gordontucker over 5 years ago

Replaced roundTopCorners: Bool with topCornersRadius: CGFloat so you can set the corner radius for the sheet to whatever you want.