How to make UILabel text editable on UILongPressGestureRecognizer.
So that on long press it converts to editable and after removing focus from uilabel it become readonly.
How to make UILabel text editable on UILongPressGestureRecognizer . So that on long press
Share
You can’t do that. You’d have to exchange controls between
UILabelandUITextFieldor make a subclass ofUIControlto do that for you.