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

double exclamation marks in haskell -

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

Qt Creator - Searching files with Locator including folder -