MaterialTextField icon indicating copy to clipboard operation
MaterialTextField copied to clipboard

How to setup placeholder label at the center of textfield not at the bottom .

Open iOSDevAkshay opened this issue 6 years ago • 4 comments

Need to set placeholder at the center of UITextfield . someone please help with this .

iOSDevAkshay avatar Jun 19 '18 12:06 iOSDevAkshay

Hi @iOSDevAkshay, I'd be happy to help.

You can use textPadding like this to add extra space above and below the text field, and it will be centered vertically:

myTextField.textPadding = CGSizeMake(0.0f, 8.0f);

Or are you looking for something like this (horizontally centered)?

screen shot 2018-06-24 at 5 02 57 pm

If you center the text, the placeholder will also be centered:

screen shot 2018-06-24 at 5 04 35 pm

stephsharp avatar Jun 24 '18 21:06 stephsharp

I am looking for placeholder and active placeholder at center , please help .. screen shot 2018-06-26 at 12 31 52 pm In my case placeholder goes to left . when activated . I have already set alignment at center .

iOSDevAkshay avatar Jun 26 '18 07:06 iOSDevAkshay

@iOSDevAkshay, I've just released an update so please try v1.0.1 and let me know if you're still seeing the placeholder on the left when the text is centered. If you're able to provide screenshots and/or a link to your code, that would be helpful.

stephsharp avatar Jul 15 '18 21:07 stephsharp

placeholder not see please help me

Jignesh1805 avatar Aug 03 '18 11:08 Jignesh1805