I am trying to achieve 3 image effects on iOS that are similar to Bootstrap effects:
http://getbootstrap.com/css/#images
So far, I have been successful in creating rounded corners and circles, but I am having trouble with the framed effect.
The "img-thumbnail" class in Bootstrap creates a thin grey rounded rectangle frame around the image. Does anyone know how I can achieve this effect on iOS? Are there any libraries available for it?
Thank you!