diff --git a/XBottomSheet.Samples/XBottomSheet.Touch/ViewController.cs b/XBottomSheet.Samples/XBottomSheet.Touch/ViewController.cs index fe13f43..c57a2ce 100644 --- a/XBottomSheet.Samples/XBottomSheet.Touch/ViewController.cs +++ b/XBottomSheet.Samples/XBottomSheet.Touch/ViewController.cs @@ -51,6 +51,9 @@ void BtMain_TouchUpInside(object sender, EventArgs e) var customView = CustomView.Create(); customView.Frame = View.Frame; bottomSheetViewController.SetCustomView(customView); + + // Check what CurrentState of the BottomSheetViewController + var checkState = bottomSheetViewController.CurrentState; } } } \ No newline at end of file