Hi all, does anyone know how to format output displayed in text boxes using the {{ }} method?
Cheers
Lee
Hi all, does anyone know how to format output displayed in text boxes using the {{ }} method?
Cheers
Lee
I’ve worked out how to edit the html and use ```
“| s0.0” for example, but is there a short-hand to use in Interface Builder?
Sorted, just add the formatting (as above) after the variable name inside the {{}}. Easy
Great, glad you figured it out!
{{ variableName | s0.0 }}
should do it.
WILL