-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Comments
@abufaeys Ok, I'll add this. Thanks! |
@abufaeys What's the intention. To only align the TextField text or align all the elements of the TagsField? |
only align the TextField text , but if we can align all the elements of the TagsField this wil be better . |
@abufaeys Align the TextField text is an easy change. Align all the elements will take more time. |
what we need to do to align all elements , i will help with Align all the elements . thank you |
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
The text was updated successfully, but these errors were encountered: