简体   繁体   English

Visualstudio 8.10.10 和 xcode 13 更新后,iOS 应用程序缺少启动画面、新的黑色边框和用户界面故障

[英]iOS app missing splash screen, new black borders and ui glitching after visualstudio 8.10.10 and xcode 13 update

Just updated to Xcode 13 and Visualstudio Mac to 8.10.10.刚刚更新到 Xcode 13 和 Visualstudio Mac 到 8.10.10。 Since then my app:从那时起我的应用程序:

  • Wont display the splash screen.不会显示启动画面。
  • The app is cropped at top and bottom.该应用程序在顶部和底部被裁剪。
  • Ui is acting generally weird. Ui 的行为通常很奇怪。

Now I have read old threads on similar problems and adding the Launch screen interface file base name.现在我已经阅读了有关类似问题的旧线程并添加了启动屏幕界面文件基本名称。 in the info.plist file does make the app cover the whole screen.在 info.plist 文件中确实使应用程序覆盖了整个屏幕。

I have tried switching splash screens and change location.我曾尝试切换启动画面并更改位置。 But it's just black.但它只是黑色的。 I don't use a storyboard for the splash and instead provide several different resolutions, which have worked fine for several years.我不使用情节提要进行启动,而是提供了几种不同的分辨率,这些分辨率已经运行了好几年。

The UI is glitching like the loader picture, and several different ui elements where colors are provided are "cut" in the middle showing two colors when it should switch. UI 像加载程序图片一样出现故障,并且提供颜色的几个不同 ui 元素在中间被“切割”,当它应该切换时显示两种颜色。

I have read the release notes for xcode13 but haven't found anything related that would break the whole UI.我已经阅读了 xcode13 的发行说明,但没有发现任何会破坏整个 UI 的相关内容。

The interface glitching and no splash screen I can't seem to find a solution for.界面故障和没有闪屏我似乎找不到解决方案。 Everything worked fine before the update.更新前一切正常。

What could be the problem?可能是什么问题呢? Some setting in the info.plist, a checkbox in the storyboard? info.plist 中的一些设置,故事板中的复选框?

I'm still new to Xamarin and iOS development and greatly accept suggestions.我还是 Xamarin 和 iOS 开发的新手,非常接受建议。 Let me know if I can clarify anything.如果我能澄清任何事情,请告诉我。

Thanks谢谢

iOS load glitch picture iOS 加载故障图片

根据你的说法,你没有使用storyboard,所以需要把Launch Screen换成LaunchImage ,然后检查LaunchImage文件(如果不存在,需要自己创建),把所有严格标准化的图片添加进去.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM