I come across many post about disabling long press in UItextView, but that same process is not working for UITextField and UISearchBar.
Is there any way to disable Long press on UITextField and UISearchBar so I can avoid Magnifying glass on long press?
I have already checked "Disable Magnifying Glass in UITextField" but solution given there is not actually disabling magnifying glass. Its just not allowing cursory to Move between text. but still displaying Magnifying glass.
I want to disable Long Press - to avoid Problem which I am facing with magnifying glass. I want to disable it now. will enable it again when I will able to fix this.