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
Post a Comment