background color

575
0
22
change the background color using variables and container states

Annie Simpson

Travel App

1,297
0
25
A Picker selection navigates you to the screen selected. The project uses Variables and States and depending on the picker selection I change a button state to navigate you to the right screen.

Paul Baker

Intishaar

693
0
1
a prototype for one of the project in my company it's about an app for advertising in cars

df4eee6e-504d-11ed 9221-0e76797a4f7b

Zimmer.co.il

1,647
0
22

Form validation

1,392
0
82
Form validation using variables and states

7e32ae9e-1fcb-11ee bd60-0e76797a4f7b

Picker selection to Screen

1,075
0
46
Going to a screen depending on a picker selection using states, variables and the 'Fire an items event' action

7e32ae9e-1fcb-11ee bd60-0e76797a4f7b

uva

1,253
0
Take your personal assistant to the next level with uva! Uva is always there when you need it, so you never have to worry! Search anything, get recent news for your location, subscribe to your favorite subscriptions, and even talk with custom user bots! http://www.stilsonjake.wixsite.com/hellouva https://www.kickstarter.com/projects/404297745/uva-the-smarter-assistant https://www.indiegogo.com/projects/uva-the-smarter-assistant-social/x/15941660

Jacob Stilson

Form examples

7,065
0
164
3 prototypes showing different uses of the form components for iOS 1) Activate / de-activate button when checking / un-checking Terms of Service 2) Capture text input to change property 3) Change number of tickets - limit 8 See how they were created step-by-step in the Using Forms webinar video: https://vimeo.com/118919393 This version on Vimeo includes time-codes so you can jump to particular sub-sections (repeated below as a preview): > Range of iOS form input controls 2:02 > Labels 2:17 > Text fields 2:32 > Setting placeholder text 3:04 > 5 Input Types that display the appropriate iOS keyboard (Text, Numeric, Email, Password, Telephone) 3:30 > Using the Telephone keyboard for credit card number input (large # keys) 4:08 > Need to view prototype on device in order to see the range of keyboards 5:59 > Multi-line text area input field 6:24 > Search Bar 6:40 > Checkbox control customization 7:22 > On/Off Switch control customization 7:52 > Slider control customization 9:27 > Increasing size of slider handle 9:47 > Picker Wheel Customization 10:00 > Prototype example: Activate button when checking terms of service 10:42 > Create a button with two states (using convert to container) 12:55 > Adding interactions to a checkbox control (on change activation/deactivation) 14:45 > Definition of variable and range of uses 17:04 > Using variables with text field interactions 18:25 > Prototype Example: Using a variable to capture text input and show it in a different text box using change property. 23:27 > Prototype: Use variables to increment and decrement counter showing number of tickets being purchased. 28:40 > Searching full range of icons built into Proto.io 29:10 > Using a variable to limit the range of tickets (0 to 8) 32:46 > Copying and pasting interactions with Variables 40:08

Todd Siegel

Get the position of a scrolling container

3,480
2
113
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