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

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

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

ruby on rails - mysql2 gem is not compatible with mysql 5.6.19 -