I am currently working on a project that I built using the alpha C4 framework.
I am trying to make start an animation as soon as the app launches without having to use an type of interaction to get it going (i.e. touchesBegan)…
But unfortunately I cant figure it out.
In C4, the way to do this is to take advantage of the following method:
And, for the current version of C4, the best way to use this is like:
This code will start your animations after a 1/10th of a second delay… which will look immediate.
The answer above was posted a long time ago, and we were able to implement a more simple approach for this that doesn’t require knowing what selectors are. The code above can now be run with the following:
Such that, in C4, the original line:
… can be rewritten as: