forked from microsoft/fluentui-apple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Napriyad/drawer max expansion height (microsoft#264)
* Changes in Drawer controller to specify an optional maximum expansion height * Renamed variable * Restricting expansion animation till preferredMaximumExpansionHeight * Moved Presentation cap logic to DrawerPresentationController * Formatted using swiftlint * Changed access level of the preferredMaximumExpansionHeight. Provided through initilizers now * revomed screenBound global const * Some cleanup * Refactored if-else block * removed unwanted changes, restructured some code * Fixing a bad commit * Added a check, that got removed by mistake
- Loading branch information
1 parent
caef8e6
commit b12f4d5
Showing
3 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters