-
Notifications
You must be signed in to change notification settings - Fork 732
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
JVFloatLabeledTextView Can't adjust the placeholderLabel's x position #165
Comments
Hi - I don't think we currently account for this, or provide a way to customize it. In Want to give that a shot? |
First at all, thanks for your response. However, I think I'll not make the change in the framework's source code. I'm worrying that when Only one thing left, I'm wondering why we can't create a public API for this? |
I think he is suggesting forking this repository and making the changes on the actual repo yourself! Then you can submit the changes to him via GitHub. If it's accepted, when a new version is released, it will include your changes. 👍🏼 |
you can adjust it by changing origin.x of JVFloatLabeledTextView. |
Hi,
I wanting to change the text inset of
JVFloatLabeledTextView
, everything is fine except theplaceholderLabel
. For content of theUITextView
, I just need to adjust thetextContainerInset
, withfloatingLabel
, I can see there 2 public APIs isfloatingLabelXPadding
andfloatingLabelYPadding
. But withplaceholderLabel
, it has only one public API isplaceholderYPadding
.So I'm wondering how to adjust the
placeholderLabel
's x position?The text was updated successfully, but these errors were encountered: