I've been facing a challenge trying to include 3 different components (such as buttons, images, etc.) with distinct vertical alignment within the same ion-view. One should be aligned at the top, one in the middle, and one at the bottom.
Take a look at my codepen example showcasing my attempts: h t t p : / / codepen.io/anon/pen/xgYQxO I have attempted to place 3 buttons inside a single ion-view and align them vertically differently, but it seems that they always end up aligned at the top.
How can I make this work? What am I overlooking? Thank you.