【Xamarin】iOSで画像が表示されない

Sponsored Links

Androidでは表示されるが、iOSでは画像が表示されないときの対処。

xamlでの画像指定
        <ImageButton
            Source="sound.png"
            BackgroundColor="Transparent"
            WidthRequest="300"
            HeightRequest="300"
            FlexLayout.AlignSelf="Center"
            FlexLayout.Grow="1"
            Aspect="AspectFit"
            Clicked="Button_Clicked"/>

iOSの場合はResourcesフォルダの下に画像を保存し、Build Action > Bundle Resourceを選択することで、iOSでも画像が表示されるようになる。

IT
Sponsored Links
Sponsored Links
Sponsored Links
ようさんチョットでぶ
Copied title and URL
Bitnami