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

Textfield cursor #7

Closed
aaryankotharii opened this issue Sep 1, 2020 · 6 comments
Closed

Textfield cursor #7

aaryankotharii opened this issue Sep 1, 2020 · 6 comments
Assignees
Labels
Category: User Interface Improvement or additions to design not-possible wontfix This will not be worked on
Projects

Comments

@aaryankotharii
Copy link
Member

  • Make textfield cursor a green rectangle.

Screenshot 2020-09-01 at 11 39 15 AM

@aaryankotharii aaryankotharii self-assigned this Sep 1, 2020
@aaryankotharii aaryankotharii added this to To do in Enigma iOS via automation Sep 5, 2020
@aaryankotharii
Copy link
Member Author

@pateldevang Im unable to find how to do this.

@pateldevang
Copy link
Member

din't you already implemented??

I saw the demo which you posted in group.

@pateldevang
Copy link
Member

try this:

https://stackoverflow.com/questions/49974162/how-to-change-the-size-of-blinking-bar-line-for-specific-uitextfield

For changing the colour:
textfield.tintColor = UIColor.green

If above don't work then checkout material components have implemented custom textfield so may go to that repo and check how they have implemented.
https://material.io/develop/ios/components/textfields

If none works then its time for new pod/package 😂

@aaryankotharii
Copy link
Member Author

Yes I referred to first link to implement.
Screenshot 2020-09-05 at 7 25 55 PM

I don't know how to make that into a rectangle. For now leaving it.

planning to keep minimum( if possible 0 ) pods in this project.

@aaryankotharii aaryankotharii added the wontfix This will not be worked on label Sep 5, 2020
@pateldevang
Copy link
Member

planning to keep minimum( if possible 0 ) pods in this project.

If none works then its time for ""new"" pod/package 😂

I was taking about making new pod for it so that other people can use.

@pateldevang
Copy link
Member

Yes I referred to first link to implement.
Screenshot 2020-09-05 at 7 25 55 PM

I don't know how to make that into a rectangle. For now leaving it.

planning to keep minimum( if possible 0 ) pods in this project.

you can use UIBezierPath to cut that thing into rectangle

@aaryankotharii aaryankotharii added Category: User Interface Improvement or additions to design and removed bug labels Sep 29, 2020
Enigma iOS automation moved this from To do to Done Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: User Interface Improvement or additions to design not-possible wontfix This will not be worked on
Projects
Enigma iOS
  
Done
Development

No branches or pull requests

2 participants