Browse Source

fixed shift key issue

pull/1/head
james 6 years ago
parent
commit
fad63e0982
  1. 3
      GMERemittance/Module/Login/User Interface/View/LoginViewController.swift

3
GMERemittance/Module/Login/User Interface/View/LoginViewController.swift

@ -320,7 +320,8 @@ extension LoginViewController: TransKeyViewDelegate {
mQwertyTransKeyView?.mTK_SetControlCenter(false)
mQwertyTransKeyView?.mTK_setIgnoreStatusbar(false)
mQwertyTransKeyView?.mTK_UseShiftOptional(true)
// mQwertyTransKeyView?.mTK_SetLanguage(1)
mQwertyTransKeyView?.mTK_Supported(byDeviceOrientation: SupportedByDevicePortraitAndLandscape)

Loading…
Cancel
Save