简体   繁体   English

在 Mac OS 上运行的 Xamarin Forms 中。 如何访问资产目录以在 iOS 中添加新图标?

[英]In Xamarin Forms running on Mac OS. How can I access the asset catalog to add new icons in iOS?

I've not been able to find anything in the document except for examples from VS running on the PC.除了在 PC 上运行的 VS 示例之外,我在文档中找不到任何内容。 Can someone tell me how I can add icons to the asset catalog with VS running on macOS for Xamarin forms?有人能告诉我如何在 macOS 上运行 VS 的 Xamarin forms 的资产目录中添加图标吗?

在此处输入图像描述

Under iOS project, double click on 'Assets.xcassets' and change the existing 'AppIcon' icons or Add a new Asset and attach the icons.在 iOS 项目下,双击“Assets.xcassets”并更改现有的“AppIcon”图标或添加新资产并附加图标。 Then, double click on Info.plist.然后,双击 Info.plist。 Go to 'Application' tab, and change the 'Source' of 'App Icons' to the asset that you just created. Go 到“应用程序”选项卡,并将“应用程序图标”的“源”更改为您刚刚创建的资产。

暂无
暂无

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

相关问题 如果我只运行免费的Mac OS版本,如何配置我的Xamarin Forms应用程序 - How can I profile my Xamarin Forms application if I just have the free Mac OS version running 在Mac OS Visual Studio上的Xamarin表单应用程序中,如何设置iOS构建级别? - In a Xamarin forms application on Mac OS Visual Studio, how can I set the iOS build level? 如何在Xamarin.Forms中添加iOS的Assets Catalog? - How to add Assets Catalog for iOS in Xamarin.Forms? Xamarin Forms iOS-显示资产目录中的图像 - Xamarin Forms iOS - Display image from asset catalog 运行 Xamarin.Forms 应用程序时如何找出 Android 和 iOS 版本? - How can I find out Android and iOS versions when running a Xamarin.Forms application? 如何使用 Xamarin Forms Shell 在 iOS 中的 Tabbar 行和图标之间添加空格? - How to add a space between the Tabbar line and the icons in iOS using Xamarin Forms Shell? 如何访问Xamarin.Forms中Resources(iOS)文件夹的文件路径? - How can I access the filepath to Resources (iOS) folder in Xamarin.Forms? 如何为我的Xamarin.Forms iOS应用添加锁定屏幕? - How can I add a lock screen to my Xamarin.Forms iOS app? 如何使用iOS渲染器在Xamarin Forms Shell应用程序的底部标签栏中添加背景图像? - How can I add a background image to the bottom tab bar in a Xamarin Forms Shell application with an iOS renderer? Xamarin iOS启动屏幕图像在故事板中不从资产目录拉出 - Xamarin iOS Launch Screen Image In Storyboard Not Pulling From Asset Catalog
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM