oleghnidets / TweeTextField

Lightweight set of text fields with nice animation and functionality πŸš€
MIT License
491 stars 59 forks source link

Add support for UITextView #11

Closed asifbilal786 closed 2 years ago

asifbilal786 commented 6 years ago

Please provide support for UITextView.

asifbilal786 commented 6 years ago

@oleghnidets when do you plan to work on it? Actually I need to implement in my current application.

oleghnidets commented 6 years ago

Hi @asifbilal786 I do not have time for now. I will try to do that asap. But I cannot promise that it will be soon. Maybe, within 2-3 weeks, as it takes long time to have it implemented.

Could you, please, describe how Text View should look? The same functionality as TweeTextField (even bottom line)?

asifbilal786 commented 6 years ago

Okay no problem @oleghnidets . Just let me know when you finish working on this feature.

Yes, you are right about Text View. I think it should be the same as TweeTextField with easy multiline support.

oleghnidets commented 6 years ago

Hi, I keep in mind this issue. But for now I don't have enough time to implement the feature. I will do my best.

Idomo commented 6 years ago

Hi @oleghnidets, Have you started working on this? I also want to use this library on my current app and this support can be great for me.

oleghnidets commented 6 years ago

@Idomo No, I haven't. I have lack of time now :(

Idomo commented 6 years ago

Hi @oleghnidets, Whats up? Have you started working on this? I really like to use this in my current application, I couldn't find any library that will add the UITextView's multiple line future to the UITextField so I will be able to use your library on it and have multiple line option in the same time.

oleghnidets commented 6 years ago

Hi, My bad, I didn't start work on that. But I see you really need this, so I do my best and start working soon. Probably, I will create separated repository and implement this feature.

Idomo commented 6 years ago

Thank you very much πŸ™πŸ»

dfmarulanda commented 5 years ago

any updates on this? do you need some help?

Idomo commented 5 years ago

@Dfmarulanda any help will be appreciated, if you’re able to help.

Idomo commented 5 years ago

Hi @oleghnidets, have you started working on this? I really want to use it and I'm planing release pretty big update for my app soon, so I'd like to make it look matched with the great TweeTextFields (right now I'm using UITextView-Placeholder, but it doesn't really fits the style or the abilities (animation etc.) of the TweeTextFields).

oleghnidets commented 5 years ago

Hi @Idomo Good news, I have started working on that :) Bad news, I met some troubles because UITextView is a bit different. And it is not easy to just move existing logic. So I did tiny progress in front of that. But I believe it will go better when I implement placeholder - the hardest part of the functionality.

oleghnidets commented 4 years ago

Hi there, Unfortunatly, it took me long time :( But TweeTextField will come soon.. I will do some testing and add CocoaPods coming week.

https://github.com/oleghnidets/TweeTextView

AndreiApostoiu commented 4 years ago

Any update on this?

oleghnidets commented 2 years ago

Hey there, Sorry guys, I gave up 😒 I don't think I can implement it because a new library requires constant time and motivation.

Please, revise sources if the feature still required. If you wish you may create PR, I'll unarchive project then. Also, I believe it should be easier to implement the desired UI/animation having SwiftUI.

Thanks for your interest in my work! I do appreciate that.