Skip to content

Commit

Permalink
Expose BottomSheetState
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStefan committed Feb 3, 2020
1 parent 9d76e51 commit 4c83895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions XBottomSheet.Touch/Views/BottomSheetViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ public partial class BottomSheetViewController : UIViewController
private BottomSheetState currentState;
private UIView customView;

public BottomSheetState CurrentState
{
get
{
return currentState;
}
}

/// <summary>
/// Gets or sets the duration of controller on how fast it should reach the anchor point. Default value is -2.
/// </summary>
Expand Down

0 comments on commit 4c83895

Please sign in to comment.