How to resize content to fill the entire content device

Hi,

in my application i have a basic menu page. it contains cards as categories. My problem is content’s size. When i run app in Iphone X, there is space between cards and bottom. When i run app in Iphone 5, app creates scroll. i cant see all of cards without scrolling page.

I want to dynamically resize all content to fill the entire content device. How can i do this?

Thanks for you help.