willowtreeapps/spruce-ios

Example App: Initial value of slider not matching code snippet

wt-johncuthbert opened this issue · 2 comments

Upon initial launch of the Example App, the code snippet shows a interObjectDelay of (0.025) or 25% of .1s. However, the actual value of the slider is 30%. Once an adjustment is made on the slider, the value and code snippet are in sync - it is just on the initial launch of the app.

@wt-johncuthbert have a fix as soon as I can push it.

Verified the initial value is now 25% and matches the code snippet. Also verified changing slider, value and code snippet still match.