New to iOS development, as well as Macs... so...
So I started a new project. The first thing I tried to do is set a background image for all views. I haven't been able to figure out how to do this without adding a UIImageView to each view separately, which seems redundant.
The thinking here is that I can set a background image that all views will inherit, then if I want to change it I don't have to do it for each view.
How do I accomplish this, or does it just not work this way?
So I started a new project. The first thing I tried to do is set a background image for all views. I haven't been able to figure out how to do this without adding a UIImageView to each view separately, which seems redundant.
The thinking here is that I can set a background image that all views will inherit, then if I want to change it I don't have to do it for each view.
How do I accomplish this, or does it just not work this way?