Tagged Questions

0
votes
2answers
37 views

iPhone - Memory leak while displaying UILabel.

hi, I am using a simple function to display messages to user through a label. The function is as follows: -(void) showMessage:(NSString*) message { Message.text = message; [me …
0
votes
1answer
33 views

How to create multiple labels for iPod Touch

I want to use two labels on the same view in an iPod Touch application. I have created the two labels, but I only know how to access on of them. Does any one have an example of how …
0
votes
1answer
37 views

Where to place the update logic for a custom UITableViewCell? (iPhone)

Hi I just have a quick "best practice" question regarding custom cells in a UITableView. My problem arises when I have build a custom cell in the if(cell == nil) block in the - ( …
0
votes
1answer
44 views

Animating Frame of UILabel smoothly

Hello all, I've been trying to figure out a decent way to smoothly animate a frame size change on a UILabel, without a weird starting jump redraw. What happens by default is that …
1
vote
3answers
97 views

iPhone UILabel text soft shadow

I know soft shadows are not supported by the UILabel our of the box, on the iPhone. So what would be the best way to implement my own one? EDIT: Obviously I will subclass the UILa …
1
vote
2answers
44 views

Variable height UILabel

I'm working on a iPhone product page where some of the fields can be fairly long (product name etc.) I've created the page layout in IB, and use UILabels to show the text fields. F …
0
votes
2answers
33 views

UILabel showing very slow

For an application I'm programming I need to create a list without a TableViewController, I am adding views to a UIScrollView by addSubview: The UIImageViews show up the instance …
0
votes
2answers
83 views

UITableViewCell - how to make right UILabel truncate instead of left one?

I have created a UITableViewCell using UITableViewCellStyleValue1, which the Apple docs define as: A style for a cell with a label on the left side of the cell with left-aligne …
1
vote
2answers
2k views

iPhone Development - Another question on resizng UILabel & custom UITableViewCell

Hi folks, I've used following function in some of my projects, but recently I've created a small example which suggest that it's not reliable (at least in some situations): [NSS …
0
votes
0answers
54 views

how to prevent uilabel text from shrinking?

i am showing digits on uilabel and using timer to update text something like counting down.. i am using this font to show time like lcd clock [CountdownLabel setFont:[UIFont font …
1
vote
5answers
102 views

How to display the copyright icon in UILabel text?

Hi, Does any one know how to display the copyright icon in UILabel text? This is the icon with a circle around c. The html code for it is: © or ©. I tried the fo …
0
votes
1answer
58 views

Placing UILabels next to each other programatically

I have three UILabels of varying widths that I'd like to line up next to each other. How do I get update the frame's X value? Here's what I have: UILabel *contractLabel = (UILab …
-1
votes
2answers
29 views

Language Based Scanning in a UILabel

Hello, I'm developing a twitter client (YES, another one) for the RTL languages. How can a UILabel alignment be configured depending on the language of a tweet. So if language of …
0
votes
1answer
47 views

Background of UILabel visible after a composite.

I am doing something a bit unusual. I'm trying to tint all the components in my application red (you may have seen some other postings from me about this, but this is something mo …
1
vote
1answer
92 views

iPhone’s UILabel with URL detection

I'm looking for an iPhone control that can simply display some text and detect URL's (http, email, tel) inside that text. UILabel doesn't support URL detection. UITextView can do …

1 2 3 4 next
15 30 50 per page