Skip to content

Commit

Permalink
Update fork status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelandeyasana committed Apr 20, 2023
1 parent aa973ae commit 922f83d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# FittedSheets
# FittedSheets (Asana fork)
Bottom sheets for iOS

![Bitrise Status](https://app.bitrise.io/app/13f283bd401bbe1c.svg?token=MGSP3TGNYPSgB5gWq4MEQg)
<!-- ![Bitrise Status](https://app.bitrise.io/app/13f283bd401bbe1c.svg?token=MGSP3TGNYPSgB5gWq4MEQg) -->

Minimum requirement:
![iOSVersion](https://img.shields.io/badge/iOS-11-green.svg)
![SwiftVersion](https://img.shields.io/badge/Swift-5-green.svg)
![XcodeVersion](https://img.shields.io/badge/Xcode-11-green.svg)

## About
This project is to enable easily presenting view controllers in a bottom sheet that supports scrollviews and multiple sizes. Contributions and feedback are very welcome.
This project is to enable easily presenting view controllers in a bottom sheet that supports scrollviews and multiple sizes. Contributions and feedback are very welcome.

Asana maintains this fork in order to make sure bug fixes are accessible as tagged releases.

The bottom sheet tries to be smart about the height it takes. If the view controller is smaller than the sizes specified, it will only grow as large as the intrinsic height of the presented view controller. If it is larger, it will stop at each height specified in the initializer or setSizes function.

Expand Down

0 comments on commit 922f83d

Please sign in to comment.