iOS Question FloatLabeledEditText - Border

Nicolás Cieri

Active Member
Licensed User
How can I change the border of the FloatLabeledEditText??

The SetBorder not work

Maybe something like this..

B4X:
Dim no As NativeObject = srchTxt
no.SetField("floatingLabelBorderColor", no.ColorToUIColor(Colors.Red))

But not work.. how can I set this property?

Thanks a lot.
 
Top