RK-
RK-

Reputation: 12231

Text Engraving effect in UILabel

How can we bring the Engraved effect of a UILabel's Text?

I wanted the effect as provided in the snapshot I have provided.

I could not add the image, so I have added the Link where I have hosted it. Image

Upvotes: 1

Views: 1667

Answers (1)

Brian
Brian

Reputation: 15706

If you're using a light text color, set the shadow to a color darker than your text and move the shadow up 1 pixel.

If you're using a dark text color, set the shadow to a color lighter than your text and move the shadow down 1 pixel.

Upvotes: 6

Related Questions