Skip to content
New issue

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

FUITextField border issue #164

Open
JNK opened this issue Oct 8, 2014 · 3 comments
Open

FUITextField border issue #164

JNK opened this issue Oct 8, 2014 · 3 comments

Comments

@JNK
Copy link

JNK commented Oct 8, 2014

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?

@joycewang07
Copy link

I have changed 0 to something else but it is still not being applied. Is this a issue ?

@lizhongbin
Copy link

I had the same problem, but I found a solution, it works by adding the following code:
myTextField.borderStyle = UITextBorderStyleNone;

@HarrisonJackson
Copy link

@lizhongbin Is your border only showing when the FUITextField is highlighted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants