autolayout - Place an image in the centre of remaining bottom area on iOS screen -


i have placed image on ios screen , in area remains in bottom, place image in centre of space. android using relative layouts. how can achieved in ios auto layout?

placing denko logo

let image view take remaining bottom space (fairly easy using auto layout), , set contentmode center.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -