Join Slack
Powered by
<@U0MKUB7N3>: Just call `replaceWith(SomeOtherView...
# tornadofx
e
edvin
08/16/2016, 12:54 PM
@deutronomium
: Just call
replaceWith(SomeOtherView::class)
from any action. Optionally add a view transition like this:
replaceWith(SomeOtherView::class, ViewTransition.SlideIn)
Open in Slack
Previous
Next