My question is how to replace uitextField with uitextView when i touch the uitextField. What can i do in this situation? i tried to add uitextView and then add uitextField in the same area and when i touch the uitextField it will removed but it doesn't work. my code is
textField.enabled = false
Maybe my code is not right or my idea. I do this to have Placeholder in UITextView like this video and I thought that this is the best way to have it because i tried many ways but all do not work perfectly. I need your help guys .