inputtoolbar icon indicating copy to clipboard operation
inputtoolbar copied to clipboard

inputtoolbar keyboard becomefirstresponder not working in ios7

Open vamsi575kg opened this issue 11 years ago • 0 comments

calling the [self.inputToolbar.textView becomeFirstResponder]; is not showing the keyboad automatically when the view is appeared so i wrote the code in the place where the textview is allocated [internalTextView becomeFirstResponder]; it works file in ios6 but not i ios7.

can any one please help me in solving the issue

vamsi575kg avatar Oct 11 '13 05:10 vamsi575kg