class UI::SheetPresenter

Overview

Presentation state for a Sheet (is_presenting flag + the underlying view).

Defined in:

ui/views/sheet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sheet : Sheet) #

[View source]

Instance Method Detail

def dismiss #

[View source]
def is_presenting : Bool #

[View source]
def is_presenting=(is_presenting : Bool) #

[View source]
def present #

[View source]
def sheet : Sheet #

[View source]
def sheet=(sheet : Sheet) #

[View source]