How to create a reflection of UIImage without using UIImageView ? I have seen the apple code for reflection using two imageViews but i don’t want to add imageview in my application i just want whole image of the original image and the reflected image. Does any body knows how to do that.
Share
This is from UIImage+FX.m, created by Nick Lockwood
Scale is the size of the reflection, gap the distance between the image and the reflection, and alpha the alpha of the reflection
and
gradientMask
it returns the image with the reflection.