ios - Unable to change custom keyboard allowance -


i disable custom keyboards in various areas of app. have implemented application(_:shouldallowextensionpointidentifier) in app delegate , conditionally allow extensions uiapplicationkeyboardextensionpointidentifier identifier. however, unable change allowance after first call application(_:shouldallowextensionpointidentifier). example, if return false on first call application(_:shouldallowextensionpointidentifier) , return true on second call, custom keyboards stay disabled in app.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -