The behaviour i want is as follows; to use a textfield which is not editable and be able to scroll through long text by default tap and hold with magnifying glass , and after releasing, i want to dismiss focus on the same textfield.
First i put :
textfield.inputView = [[UIView alloc] initWithFrame:CGRectZero];
which forces the keyboard not to appear, but the focus is still on textfield. I tried using textview for horizontal scrolling by changing contentSize by didn't work. So i need any helpful info you can tell me, and if you needed further explanation i will clarify more.