Expand/Collapse Menu

7,068
2
485
This is an expand/collapse menu example that can be created using container states.

Akis Ioannou

PointCloud iPad Viewer

2,310
0
iPad mobile tablet prototype using hotspots, carousel and tab bar for navigation.

cbcb3aff-504d-11ed 9221-0e76797a4f7b

Faces flying out of bar chart

2,941
1
13
A data visualization where a bar chart of faces flies out showing the details of individual faces.

Todd Siegel

iOS Weather App

3,717
1
124
This is the companion prototype to a 2-part tutorial where we explore the utilization of variables to help us to recreate Appleā€™s native iOS Weather app. In both tutorials, we go over the different ways Proto.io makes variables available to use in building your prototypes - from the simple example of setting a value in the variables manager and utilizing that value in the prototype to creating and setting a custom variable based on the property of a container and then to the more advanced usage of ternary operators to affect an outcome based on conditions surrounding that custom variable. http://docs.proto.io/videos/ios-weather-app-variables-tutorial-part-1/ http://docs.proto.io/videos/ios-weather-app-variables-tutorial-part-2/

dc4b62f6-ed80-11ed 9221-0e76797a4f7b

Get the position of a scrolling container

3,913
2
114
If you need to get the Y position of a vertically scrolling container, create a text box. Then on the container scroll trigger, set a variable that evaluates the numerical callback value from the event (Y position). Then add a callback that changes the text property of the text box by reading from the variable.

Todd Siegel

Next