I have added assets as described in the apple developer documentation naming my images imagename.png for low res and imagename@2x.png for retina.
I have dragged images into my view on my storyborad and when I run this on a retina display device it seems to automatically use the @2x image, however the image becomes square as it seems to extend outside the bounds that I have set. If I run it on a non-retina device and inside the storyboard the image looks fine.
You can see my issue here, retina is on the left and the storyboard and how it should look is on the right side.
What am I missing or doing wrong?