iOS Question Set label generated in code with designer label attributes.

John Sturt

Active Member
Licensed User
Longtime User
Hello
I have an app that generates a number of label views which i would like to set to a labels attributes which
has been designed in the designer.

Something like this

Genlabel(Index).loadattributesfrom("designed screen",designed label name from designer)

This would set the color, textcolor and all the other goodies from the designer.

Is this just wishful thinking or can something like it be done?
 
Top