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

Editable Text in UITextView #259

Open
hakkurishian opened this issue Jul 20, 2018 · 4 comments
Open

Editable Text in UITextView #259

hakkurishian opened this issue Jul 20, 2018 · 4 comments

Comments

@hakkurishian
Copy link

Motivation

As fas as I can see there is no option yet for editing text. Despite setting isEditable to true on UITextView, text cannot be edited (at least not on Mac).

Proposed solution

Implement editing functionality to UITextView and UITextField. What are the prerequisites to do so ?

Potential alternatives

@hakkurishian hakkurishian changed the title UITextView Editable Text in UITextView Jul 20, 2018
@ephemer
Copy link
Member

ephemer commented Nov 14, 2018

@hakkurishian sorry, this seems to have flown under our radar.

We don’t currently have plans to implement edit ability on UITextView because we have tasks that directly affect our app that aren’t yet implemented/fixed. (We don’t have any editable UITextViews). But if you’re interested in giving it a go that would be a very interesting development. I can outline what that might look like if you have interest and time to look into it?

@hakkurishian
Copy link
Author

Thanks for getting back on it. We have some interesting things going on in our app dev currently which pushes the cross platform project for which we’d use UIKit-XP. I will observe the development of the project and once we get back on our XP project revisit it and then also have a look at implementing this even though it sounds quite hard for me regarding all the editing capabilities of a UITextField ...

@ephemer
Copy link
Member

ephemer commented Nov 14, 2018

Sure thing! Yes it’s not an overnight job but get back to me when you have more clarity and I’m happy to outline the bits and pieces that’d go into this; which parts of the codebase would be relevant for you etc

@ephemer
Copy link
Member

ephemer commented Nov 14, 2018

The main thing is- the whole project is iterative. You wouldn’t need to implement every single detail at once. As you can see the UITextView does just what we need it to at this point. But building on a pre-defined API means that it’s an evolutionary process

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

No branches or pull requests

2 participants