Questions tagged [letterpress]

Letterpress printing is a technique of relief printing using a printing press.

Letterpress printing is a technique of relief printing using a printing press. The pressing results in a depression in the media that the print is applied to resulting in shadows around the edges of the printed text.

6 questions
6
votes
0 answers

Attributed text in TableView performance issue

iOS7 introduced a wonderful "letterpress" text effect that applied via AttributedText to UILabel texts. I need to have that effect in cells of simple table. Unfortunately being rendered in standard way it caused significant scrolling lags in compare…
Mix
  • 3,081
  • 2
  • 17
  • 14
3
votes
2 answers

Letterpress effect for UILabel in iOS 7 SDK

In the WWDC 2013 videos they show that a developer can use a letterpress effect on text. Does anyone have any example code of how to do this/how to do this with a UILabel?
OscarTheGrouch
  • 2,374
  • 4
  • 28
  • 39
2
votes
1 answer

Backbarbuttonitem letterpress effect

How can I recreate the letterpress-like effect applied to the backbarbuttonitem in the notes app in ios 7? I tried the following: NSShadow *textShadow = [[NSShadow alloc] init]; textShadow.shadowOffset = CGSizeMake(0.0, -1.0); textShadow.shadowColor…
pedroremedios
  • 763
  • 1
  • 11
  • 39
2
votes
0 answers

Letterpress doesn't work with UIColor from a pattern image

I would like to use a an image as the color of an letter-pressed label but something is not working right and I am not sure what. I create the color with UIImage *redImage = [UIImage imageNamed:@"Red"]; UIColor *redColor = [UIColor…
Kevin
  • 16,696
  • 7
  • 51
  • 68
0
votes
1 answer

GKTurnBasedMatch Invite is declined by game center

I am developing 2 player Turn based game using game center. I have create a match by inviting my friend using game center view controller. I have played my turn after few seconds i got response the invite was declined (checked on log). I thought the…
Vijay
  • 579
  • 1
  • 11
  • 22
0
votes
1 answer

How do I add letterpress effect for static uitableview cell

I have an app where I use this code to add letterpress effect to NSStrings in a view: //NSMutableAttributedString NSString *nameString = [NSString stringWithFormat:@"Nombre: %@", [[jsonArray objectAtIndex:0] objectForKey:@"nombre"]]; NSString…
marciokoko
  • 4,988
  • 8
  • 51
  • 91