I am using a custom B4XDialog. The text wraps just fine on B4A but not on B4i.
I tried
But it throws an error:
Is there way to get Multiline buttons in ios in the B4XDialog?
I tried
B4X:
Dim B As B4XView = MyDlg.GetButton(xui.DialogResponse_Positive)
B.As(Button).CustomLabel.Multiline = True
B4X:
Expected: UIButton, object type: UILabel