I know we can't add dotted to border style on .tss. May I know any hacks or idea to add dotted line on the border for a view?
Asked
Active
Viewed 201 times
1 Answers
1
The best way is to create an image
You can use MaskedImage and set the color you want
<MaskedImage id="dotted" tint="#68BCBF" mask="/images/dottedTuto.png" width="Ti.UI.FILL" height="Ti.UI.FILL"></MaskedImage>

Thomas Lemaitre
- 1,154
- 6
- 8