Iphone textfield display cursor
问题 i'm developing a calculator for iphone. The design is similar to this: The problem is that i can't show the cursor in my textField because the input is managed from buttons like the image. Moreover [textField becomeFirstResponder ] doesn't work because it shows the default keyboard. So i tried to textResultado.inputView = scrollView; but then the tabBarController can't receive touch events because my custom keyboard contained in the scroll view is over it. The caption is from an app in the