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 -

php - Changing the visibility scope of parent methods in child classes -

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