ios - Is there a way to add vector image to background on ipad application? -
i trying add image background not disrupted zooming? there way this?
thanks
each individual view added ios interface can respond differently touch events, including not responding @ all. add uiimageview behind rest of content in interface builder, , don't implement user interaction view. here's how construct example:
start apple's sample code touches. open mainwindow.xib
. add image view
my view
. move behind other items in my view
. set image available image, cyansquare.png
. mode of image view
should default scale fill
, , user interaction enabled
off, change settings if not so. run app see background image not disrupted interact squares including zooming squares.
Comments
Post a Comment