Xamarin.iOS: Is it possible to "override" image resources from subproject? -


i'm little bit confused when using images same name in main ios project , subproject (library)

  1. i create ios project (main) bundle resource image 'a.png'
  2. i create second project (subproject) bundle resource image 'a.png' (same name different image)
  3. i change second project type library , add first project reference.

when build app , check result app bundle (and use image in app), see 'a.png' image subproject library expected see image included in main project. correct behaviour? there way how "override" image subproject?

i planned subproject library "base collection" of images , use in several other projects of images replaced.

thank you

have @ forms9patch , more here

it allow need pay add-on. might bit more research find free options.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -