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

1111. appearing after print sequence - php -

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

node.js - Express and Redis - If session exists for this user, don't allow access -