banner
NEWS LETTER

iOS13适配

Scroll down

记录下iOS13,Xcode11的坑以及相关适配。

Xcode11.2 在xib或者sb中使用UITextField会导致编译崩溃问题

解决方法:

  1. 手写所有UITextField的代码
  2. 去官网下载个 Xcode11.1 版本的,编译就可以了

iOS13 新建项目会多出 SceneDelegate 这个类

Other Articles
Article table of contents TOP
  1. 1. Xcode11.2 在xib或者sb中使用UITextField会导致编译崩溃问题
  2. 2. iOS13 新建项目会多出 SceneDelegate 这个类