We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The border does not get applied to the textfield. This happens because 0 is passed instead of _borderWidth in line 47 of FUITextField.h
Is this behavior on purpose?
The text was updated successfully, but these errors were encountered:
I have changed 0 to something else but it is still not being applied. Is this a issue ?
Sorry, something went wrong.
I had the same problem, but I found a solution, it works by adding the following code: myTextField.borderStyle = UITextBorderStyleNone;
@lizhongbin Is your border only showing when the FUITextField is highlighted?
No branches or pull requests
The border does not get applied to the textfield. This happens because 0 is passed instead of _borderWidth in line 47 of FUITextField.h
Is this behavior on purpose?
The text was updated successfully, but these errors were encountered: