Skip to content

Releases: gordontucker/FittedSheets

2.6.1

31 Oct 21:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.6.1

2.0.0

06 Aug 19:39
Compare
Choose a tag to compare

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.

1.3.0

12 Feb 17:46
Compare
Choose a tag to compare

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

1.2.1

12 Feb 17:48
Compare
Choose a tag to compare

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