I'm testing out Forms, and I'm trying to have basically a bar w/ background color with some views (labels, imgs, etc) laid over the top. It's going to be part of a larger control.
My question is, what is the forms equivalent of a standard View in Xamarin.iOS? Really just a container view where I can add a background color and add a few subviews? I can't call View in forms, the closest equivalent I could find looks to be BoxView, which I can change the color of, but I can't add any subviews to.