You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add IOS xassets to dll targeting ios?
I am building kind of a base app dll, which contains about everything that is needed for the app.
The only thing that differs between multiple app that are build with this is some configuration and really few app specific implementations.
At the moment I have to but the richt xassets in every app-project, which is a lot of copy and paste and of course error prone.
I tried to add xassets to the ios.dll by editing the csproj-file:
Is it possible to add IOS xassets to dll targeting ios?
I am building kind of a base app dll, which contains about everything that is needed for the app.
The only thing that differs between multiple app that are build with this is some configuration and really few app specific implementations.
At the moment I have to but the richt xassets in every app-project, which is a lot of copy and paste and of course error prone.
I tried to add xassets to the ios.dll by editing the csproj-file:
For android this works just fine:
I am accessing the images in xaml inside the library:
<Image Source="ic_attachment" ... />
The text was updated successfully, but these errors were encountered: