Storyboard, UIImageView. Load image from bundle
问题 My issue is: I have several projects/targets with shared xcassets. What I want to do is to set images inside storyboard without code. As I was able to find, there are no way to set image in storyboard from different bundle. I created UIImageView extension, but don't think about like the best solution. Is there exist a way to use assets in storyboard from different bundle? Thanks. 回答1: So, based on answers to this question, I do know of one solution. Sounds like you've already done some of