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
Post a Comment