iOS Question FloatLabeledEditText (iUI8) problem

tufanv

Expert
Licensed User
Longtime User
Hello,

Altough i set the text alignment to center , hint text and the regular text is not centered. Am i missing something here ?

TY
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,

there seems to be a bug with defining this property in the designer, do it in code
B4X:
FloatLabeledTextField1.TextAlignment = FloatLabeledTextField1.ALIGNMENT_CENTER
and it works :)

Jan
 
Upvote 0
Top