07-18-2020 06:13
07-18-2020 06:13
I have a tumbler in my index.gui, but I need to be able to change the values in it from my app. How is this possible?
Best Answer07-24-2020 08:02
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
07-24-2020 08:02
Get a handle on the selected tumbler item, then use that to get a handle on the text element inside it. From there you can set the `.text` property to a different value.
You can see it at the very end of the tumbler example here
https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#tumbler-view
Best Answer