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)
- i create ios project (main) bundle resource image 'a.png'
- i create second project (subproject) bundle resource image 'a.png' (same name different image)
- 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
Post a Comment