I have installed two custom TTF fonts in my iPhone app (Cardo and New Athena Unicode). These are used in a multi-line UILabel, but for some reason the line height seems messed up: the lines have a lot
I need to use an external custom font for my UILabel. I managed to do it and it is working. I have totally like 50 UILabel in my app. Each UILabel has the same custom font that I embed with my app.
I am trying to align label text vertically aligned for my iPhone application Timer. Basically it\'s a game application and timer value appears in MM:SS format in label in landscape mode. When I have a
I\'m looking for an UILabel with the following capabilities: auto resize support for breaklines simple rich text formatting (bold,
I have a pretty funny problem which involves loadView, viewDidLoad, viewWillAppearand the state of an ivar. I have a navigation based app. And from my first level view I have a table list and then I c
I have this little problem and I think I am having it due to the lack of my experience in iOS development. Anyways, I am trying to display some preset text as a layer to my plane (one square). I am us
How 开发者_如何转开发can you rotate text for UIButton and UILabel? 90 degrees, 180 degrees.[*yourlabelname* setTransform:CGAffineTransformMakeRotation(-M_PI / 2)];
I am trying to set the text label of a second view controller from the current view controller using the following code:
I have three labels and one uimageview object. The labels displays info about the image. My problem is that I can\'t update both the labels and image. The code below updates only labels. How to update
I\'d like to display a short warning message in an existing UILabel and then have it automatically disappear after a minute or so without havi开发者_如何学Gong to pause the app (as in doing a loop or