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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -