ios - Keyboard And TextView's InputAccessoryView -


first:

textview.inputaccessoryview = bar; [textview becomefirstresponder]; 

later:

textview.inputaccessoryview = nil; [textview reloadinputviews]; [textview resignfirstresponder]; [self.view addsubview:bar]; 

bar inputaccessoryview. it's not added self.view. how achieve it?


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -