The block CloseScreenAnimation has problems:
Also this Initialize Block not runs well:
Edit: The problem here is in the Global Helper Variables (if we define the variables not happens)
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.