ios - Trying to add UIImage as background in storyboard (without overlapping my other ViewController elements) -


i trying add uiimage viewcontroller in interface builder without overlapping content. there way so? whenever place can kind of see through it, wanted hide if possible (without deleting it) because becomes bothersome rearrange position of other elements (labels, buttons, views, etc). know can programmatically (which i've done so) wanted know if there ib alternative.

as aside question know how ios handles size of images (resolution), because image assigning vc background (programmatically) it's high resolution, , uiimage not have property .contentmode, therefore cannot assign aspect fit.

thank in advance!

cheers!

drag image view behind other views in left panel view controller in ib.


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 -