The Blocks "CloseScreenAnimation" and Global Helper Variables not works in iOS

The block CloseScreenAnimation has problems:

Helper blocks don't work on iOS. And .CloseScreenAnimation always returns "slide".

Also this Initialize Block not runs well:

Edit: The problem here is in the Global Helper Variables (if we define the variables not happens)

You have right. Always returns "Slide"

Interesting:
With Android also always return "Default" (hand variables)

Screen animations haven't been implemented on iOS yet. We may only allow for a subset of them supported by the OS. In particular, pushing a new screen with the open another screen block slides in automatically using UINavigationController. We may allow for popup styles with slide vertical. I don't know about the others.

Regardless, I anticipate we will implement the block support at least so you don't get an error if the blocks are used.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.