I think it's called embossed button.. Is it possible to make one from code? I mean like the "Sign Up for Facebook" button in the Facebook iPhone app logging screen. I know three20 have something like that but i want to create one my self
Asked
Active
Viewed 488 times
0
-
A screenshot would be useful for this question. – jrturton Dec 28 '11 at 11:45
-
images are best to use in this case. – Saurabh Passolia Dec 28 '11 at 13:23
1 Answers
1
you can create it easily i think because what you will need is only the embossed image.
drag a UIButton
to your view and the go to attribute Inspector in you IB then under button section change the type to custom.
Now when you have the custom type then assige your embossed image as the background image.
if you are looking for custom code then refer This link

Luc Wollants
- 880
- 9
- 27

Ajeet Pratap Maurya
- 4,244
- 3
- 28
- 46
-
I want to know if i can do this programmatically without using any images – Eyal Dec 28 '11 at 13:13
-
After gaining some experience it seems like you are right :) images are the best for those cases. – Eyal Apr 26 '12 at 08:46
-
Because I'm not photoshop expert I still searching for this kind of images, so if you know where to find one please tell me. – Eyal Apr 26 '12 at 08:47
-
Thanks Eyal, I searched for online embossed image creator but didnt found any. you can take a look at these two links hope that work for you. http://vectips.com/tutorials/creating-editable-letterpress-styled-text/ – Ajeet Pratap Maurya Apr 26 '12 at 10:12
-
this link too http://vector.tutsplus.com/tutorials/effects/quick-tip-create-an-emboss-effect-using-the-appearance-panel/ – Ajeet Pratap Maurya Apr 26 '12 at 10:15