Here is what I have in my Objects menu in the interface builder
Im curious if the order of ImageView , PaintView and PlayerView matters? In my case I want to stack them in the following order: PlayerView / ImageView / PaintView where paint view is on the very top (closest to the "user").
Does anyone know how I can do it here?!