Hello,
The user has previously entered some text in a view and when he later returns to that view, the text is displayed. However, by tapping an edit icon, I want the user to be able to edit the text. If the text is displayed as a simple Text object, I need to hide it and display a TextField. That will cause a “jolt” in the text that does not look nice. What I want is that when the user taps the edit icon, the cursor and the keyboard just appears smoothly but no jolts in the text.
Hence, I need to have the text displayed as a TextField already from the beginning and then just enable tit for editing when the user taps the edit icon.
Is there a way to make a TextField non-editable or can I achieve the above in some other way?