We have 3 targets for 3 different apps offering similar sets of features but different UI. all these 3 targets are having different .xcassets files. But now as per Apple 4.3 guideline, they are asking us to create one container and handle different UI from the same container.
Now as we already have different image assets files for different targets, how can I programmatically switch between different .xcassets files.