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 -

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

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