Sarah Collie
Posts
-
Calling Lua functions in nested folders from Storyboard
The Lua Callback Action allows you to point to a global function located within a Lua file at the root of your project’s scripts directory. Global functions that live within sub-directories in scri...
-
Animating color with the use of an RGB Tween
Using an animation to transition from one color value to another, by default will not animate in the way you expect it. There is an extra step you must take to make sure the color change is smooth....
-
Tutorial: Implementing Focus to navigate and select controls without touch events
Focus is an available parameter for indexing multiple table cells and controls. Utilizing focus is a great way to navigate around a list of objects, whether or not touch-based events are present in...
-
Using Storyboard variables to encourage consistent styling of your UI
Storyboard variables are data bindings that can be found throughout an application and are responsible for enabling dynamic content during runtime. Variables can contain values of properties for re...
-
Validator: Testing using Storyboard IO Events with Data
The release of Storyboard 8.0 marks the first release of Validator. While creating Tests, users are able to inject a Storyboard IO event as a Test Action in a Test Sequence. Current support does no...