Password field's keyboard switches from azerty to qwerty (sometimes) only on iOS 12

前端 未结 4 1064
礼貌的吻别
礼貌的吻别 2020-12-19 12:03

I code an iOS App in Swift 4, I\'m french so I work with mobile phone in french language/french region.

With an iOS 12 device, my password

4条回答
  •  情歌与酒
    2020-12-19 12:52

    This is because of the app default region setting. Remove below setting from info.plist.

    
       CFBundleDevelopmentRegion
       fr
       ...
    
    

    Cheers...

提交回复
热议问题