iOS Question Array to AttributedString

Sanxion

Active Member
Licensed User
Longtime User
Hi all

Is it possible to add an Array as the first parameter of an AttributedString - the purpose is it add it to a picker?

Example:

B4X:
Dim s As AttributedString
s.Initialize(Array("book","cat","dog"), Font.CreateNew(35), Colors.White)
items.Add(s)

Obviously this code doesn't work but I hope it conveys what I am trying to do.

Thanks
 
Top