I want to create a view which should have a glass like effect. It should look shining as well.
On that i want to add a UITextView which should appear transparent. I’m new to IPhone and not getting how to do this.
I don’t want to add image. Wanna do programmatically. The view should look like as if it is a mobile screen.
Thanks
You’ll have to do things if you don’t want to use the image.
UIViewUse this code. And set gradient background color to it. Which will give you shiny glass like effect.Here is the code:
You have to take the values of pinkDarkOp and pinkLightOp as per your need. You can get this color code anywhere on google.
For eg : http://gradients.glrzad.com
UITextViewyou can use the alpha property of theUITextView.I hope this helps.