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

Feature request: textAlignment tag textField #83

Open
mohammadabushalhoob opened this issue Apr 10, 2018 · 5 comments
Open

Feature request: textAlignment tag textField #83

mohammadabushalhoob opened this issue Apr 10, 2018 · 5 comments

Comments

@mohammadabushalhoob
Copy link

mohammadabushalhoob commented Apr 10, 2018

Which version of the WSTagsField are you using?

3.1.0

On which platform does the issue happen?

ios 11

Are you using Carthage?

no

Are you using Cocoapods?

1.4.0

Which version of Xcode are you using?

Xcode 9.2
Build version 9C40b

What did you do?

Describe the problem.
can you please add textAlignment to textField i made code to do this , if you can look to it .

open var textAlignment: NSTextAlignment = .left{
didSet{
textField.textAlignment = textAlignment
}
}
i add it to WSTagsField file .
and it work perfect .

thanks

@ricardopereira
Copy link
Member

@abufaeys Ok, I'll add this. Thanks!

@ricardopereira
Copy link
Member

@abufaeys What's the intention. To only align the TextField text or align all the elements of the TagsField?

@ricardopereira ricardopereira changed the title textAlignment tag textField Feature request: textAlignment tag textField Jun 8, 2018
@mohammadabushalhoob
Copy link
Author

only align the TextField text , but if we can align all the elements of the TagsField this wil be better .

@ricardopereira
Copy link
Member

@abufaeys Align the TextField text is an easy change. Align all the elements will take more time.

@mohammadshalhoob
Copy link

what we need to do to align all elements , i will help with Align all the elements .

thank you

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

No branches or pull requests

3 participants