The UILabel class implements a read-only text view.

learn more… | top users | synonyms

0
votes
3answers
22 views

putting words of a sentence into different transparent labels when a button is clicked

i have a sentence which i stored in a NSMutablesstring, i have a button such that when tapped, it loads the sentence words into labels, for example, take "i am a boy" for instance, when the button is ...
0
votes
1answer
13 views

UILabel text not automatically resized using Auto Layout

I'm trying to implement a constrained UITableViewCell subclass and everything is working perfectly, except for the UILabel. The constraints that I've set up are definitely being enforced, but the text ...
0
votes
1answer
7 views

Slide in/out text on label in titanium

I have a label which displays dynamic text. For example, However, I want to add a slide in/slide out feature to the text that appears on the label. How can I do that ?
-4
votes
4answers
53 views

Displaying labels in UITableView

Hi friends. i Need to display the labels in a UItableView. How can i do that. Kindly refer the screenshot.
0
votes
1answer
23 views

UILabel int array concatenation

Ok I want to read an array of int's concatenated into a UILabel Here's the code I have. I cannot figure out how to concat them as I am building a number filter system and want to display remaining ...
0
votes
0answers
11 views

Equal spacing between lines of NSAttributedString with multiple font sizes for a UILabel in iOS 6

I have a multiple lines UILabel with attributed text. All the lines in the text are of the same font, but each line is of a different font size. I'm trying to achieve the exact same vertical space ...
0
votes
1answer
13 views

Uilabel Tap gesture is crashing

I have a problem with tap gesture, I have a view controller and on top of the view controller am adding the UILABEL dynamically and adding tap gesture to the label. When Tap on the Uilabel it is ...
0
votes
1answer
21 views

Animate Vertical Scrolling Text

I'm implementing an About view controller in an app that shows modal when a button is tapped. On the view controller I have a UILabel and some text displaying in there. I would like to animate the ...
0
votes
3answers
46 views

How to move labels in ios

Here i need to hide the phone number, email , birthDate, anniversary date and other labels in case there is no values for those fields. How can i do this?
0
votes
2answers
61 views

Updating an UILabel looks like wasting performances

I'm working on a project, where i have to update the text of a UILabel really regularly (0.085f). So, I insert the update of the label in a loop like this : MetresNumber = MetresNumber + 0.25; ...
-1
votes
1answer
56 views

UILabel and UIScrollView and CustomView [closed]

I have view. Make custom view and add on view. [self.view addSubview:self.customView]; Then i added scrollView on customView: [self.customView addSubview: self.scrollView]; Then i added some ...
0
votes
1answer
31 views

iOS - UILabel with custom font and dynamic size

I am trying to create a UILabel in my iOS app that uses custom font. For that purpose I extended a class from UILabel and implementation looks like below: @implementation CustomFontLabel - ...
0
votes
2answers
40 views

How to size UILabel that has been rotated

After rotating a UILabel in 3D space, it becomes truncated. I do not know why the label truncates the text after rotation, as initially, the text fits fine. Before After Here is my rotation ...
0
votes
1answer
29 views

Using AutoLayout, how do I keep a UILabel in the same place when the navigation bar disappears?

I have a view controller with a UILabel in it that prints some words when a button is tapped. When the button is tapped, the navigation bar is set to hidden. So I tried taking the UILabel and giving ...
0
votes
1answer
17 views

Get UILabel from UIView

I have added a number of labels to a view giving them tags. What is the correct way to retrieve a label from the view. I am wanting to re-postion the label. Here is what I am using to retrieve the ...
-6
votes
3answers
54 views

Pass UILabel through a function

I wonder how can I pass a UIlabel to a function ? I wrote a function that gives a UILabel text from a table, but now i want to run the function with the UIlabel passed to the head of the function. ...
0
votes
1answer
37 views

Unbalanced line spacing for UILabel after three lines

I have a UIScrollView inside there is UIImageView on which there is a UILabel as shown in the picture: Issue: The problem is that after first three lines the next lines have uneven line spacing as ...
1
vote
1answer
55 views

More button in UILabel like in AppStore any app description

I have a description of myObject and i show it in UILabel. I want to add 'More' button to my UILabel if a description is too long. On Github i have found TTTAttributedLabel which allows to use ...
1
vote
3answers
40 views

iOS : CGRect of a Specific Text in a String of a UILabel

I want to know what frame will a string be at after it is drawn in rect. NSString *string = @"This is a sample text."; UILabel *label = [[UILabel alloc] init]; label.text = string; // do some setups ...
0
votes
1answer
15 views

UILabel Value .56 Make it 56%

I have a label that is controlled for a UISlider. When I get half way with the slider it shows .50. How can I change that .50 to 50%? Thanks so much! My slider code: - (IBAction) ...
-3
votes
0answers
92 views

Xcode 5 and UILabel on iOS 6

I just downloaded the new Xcode 5 Developer Preview to start development on iOS7. So, I continued to work on my project and I only tested on the new iOS7 Simulator. And everything went fine until I ...
0
votes
0answers
32 views

how does facebook and twitter do in app navigation links like usernames and hashtags?

Just like the title says, when you look at facebook posts and twitter posts on your feed how do they implement links in the text to open up new views within the app. I am only concerned with links ...
0
votes
3answers
71 views

IOS - Why is the label not updating?

I have a View with one label that I'm trying to update with some text. I'm sure the issue is something simple, but I can't seem to narrow it down. I'm pulling some Parse data to populate the label, ...
0
votes
0answers
7 views

How to fetch and display an NSDate object stored in core data to a UILabel

I have an entity called 'Customer' which has an attribute names 'checkin' which is of Date type. Now I want to fetch the data from this attribute and display it on a UILabel.This is how I am trying to ...
0
votes
2answers
58 views

UILabel doesn't dim with button

I have a programmatically generated UIButton with a label property and a background image. When tapped the background image becomes grey but the text does not. How do I make the label also indicate ...
0
votes
0answers
29 views

Ensuring the line height to be the same throughout

I am using RTLabel for HTML-type of markups. The problem I face is with the italic text. When I set the , , the spacing between the previous line and next line is widened up. How to ensure the ...
-2
votes
1answer
46 views

Changing border color of a UILabel when tapped or dragged

this is my code it doesnt work, the border color doesnt still change! any help - (void)change:(id)sender { CGRect labelFrame = CGRectMake(230, 240, 300, 30); UILabel *headingLabel = ...
0
votes
0answers
54 views

AutoLayout and UILabel resize animation not working properly on device rotation

i have a strange problem on a very simple task. I needs a very small setup to reproduce the problem: |--------------------------------------| | Parent View | | ...
0
votes
0answers
12 views

Quick Rotation or Randomizer Animation

What I want to accomplish is: on the home screen there will be a UILabel that animates through a series of different text before it stops on one. How would I go about accomplishing this animation? ...
-1
votes
3answers
62 views

Dynamically determine size of font based on UILabel frame size

I am trying to solve a problem that i've looked around for but can't figure out. I have a UILabel control inside of a UIScrollView control. I have set the height of the label to the height of the ...
0
votes
0answers
28 views

Dynamic UILabels vertical scrolling + Horizontal paging?

What I would like to know is a way of having vertical scrolling of three dynamic uilabels and also allow horizontal paging that would change the uilabels data accordingly. So far I have managed to get ...
0
votes
1answer
11 views

NSAttributed String shows in simulator but not on iPad device

My app works perfectly on the simulator, but not on my iPad. I have a UILabel (created programatically) that displays an NSAttributedString. The label itself appears, but the string won't display on ...
0
votes
1answer
57 views

- (CGRect)textRectForBounds:(CGRect)bounds limitedToNumberOfLines:(NSInteger)numberOfLines

How to use this method - (CGRect)textRectForBounds:(CGRect)bounds limitedToNumberOfLines:(NSInteger)numberOfLines I have read the document of apple but i can not understand it any more, i do the ...
0
votes
2answers
29 views

How do I make text in a UILabel wrap around a certain character?

I have a UILabel being populated from data from a database. The data comes in like this: LV:7:00 AM - 10:00 PM,S:7:00 AM - 10:00 PM,D:9:00 AM - 10:00 PM I want it to wrap around the comma so ...
0
votes
0answers
7 views

How to find the height of NSString inside a UILabel

I have a UILabel, and I want to find the height of the text inside of the label. Here is my code: NSString *text = commentCell.commentText; CGSize constraint = ...
0
votes
0answers
31 views

Strange crash on [UILabel sizeToFit]

I got this strange crash in my iPhone app on [UILabel sizeToFit] Heres the code: label = [[UILabel alloc] initWithFrame:CGRectMake(46, 13, 100, 18)]; [label setText:date]; [label ...
0
votes
0answers
17 views

Change Label Text Color when low Number

I am working on an test/demo app where users enter scores in UITextField and tap a UIButton to then display the sum of the scores in a UIText Label. I'd like the lowest score to either change the ...
0
votes
1answer
85 views

UILabel won't update even on dispatch_async

Any reason why my label won't update? - (void)setLabel:(NSNotification*)notification { dispatch_async(dispatch_get_main_queue(), ^{ NSLog(@"setLabel"); [self.label setText:@"My ...
0
votes
0answers
13 views

How to get the blinking position in View for string

I have a string in UIView. suppose "I am apple" I have to show the blinking label like this "_" under each character which is to be typed. For start blink would be at letter "I" after I type this ...
0
votes
0answers
21 views

Adjust the font size to fit for several UIButton's so that they all have the same font size

I have several UIButton's together, and I want to adjust the font size so that it fits. However, each button should use the same font size so that they look the same. In other words, what I would like ...
0
votes
3answers
49 views

How to center text in UILabel with different fonts

I use four fonts in the picture.It seems that different font has different vertical alignment in UILabel. But I want to center in vertical or align top the text with different fonts in UILabel. ...
0
votes
2answers
56 views

UILabel move to point without snapping

I have a UILabel which I have added a GestureRecognizer to. I am able to drag it around the screen fine but what I am wanting to do is when the label is within an area I want it to stop dragging and ...
1
vote
2answers
22 views

How can I tell a custom UIView with UITextField receive touch events

What I'm working with is I have a custom UIView that combines a UILabel with a UITextField as part of some user input. I have several of these throughout the view that is being displayed in the app. ...
0
votes
0answers
15 views

Adding call logs of custom labels in ABUnknownPersonViewController

After clicking at the table cell of a call log I upload all the information like name and number in ABUnknownPersonViewController by using following code snippet ABMultiValueRef mobile = ...
0
votes
1answer
12 views

UILabel how to get label to autosize a name to a maximum width and truncate?

So I've got this UILabel that I'd like to have it auto size to a maximum width, stop, then truncate. The reason for the autosize is that there is another label (date) that I'd like to be just to the ...
0
votes
1answer
41 views

How to count element name of SOAP?

I entered some text to textfields for display on labels some fields of soap. When enter 2 to "how many station will display" textfield <stationName>ABC</stationName> ...
1
vote
3answers
54 views

How to prevent a UITableViewCell's textLabel from truncating its text on iPad

I am using a UITableView on an iPad and for some reason the UITableViewCell.textLabel's text is getting truncated even though there's plenty of space to display the text. I tried all of the following, ...
1
vote
2answers
40 views

UILabel set to center of view

How come the UILabel drawn in this code is not in the center of the view? //create the view and make it gray UIView *view = [[UIView alloc] init]; view.backgroundColor = [UIColor darkGrayColor]; ...
0
votes
1answer
45 views

UITableView with UILabel SizeToFit get mess when Scrolling

Hi everyone i have problem with my tableview, i make Cell with uilabel with SizeToFit and then calculate the UILabel Height for set the cell Height everything work well except when i scrolling my ...
0
votes
1answer
47 views

changing the border color of a label by tapping and dragging

I want to be able to change the border color of my label when it is tapped and dragged and when it is not being tapped and dragged, the border color should return to its previous colour. I have ...

1 2 3 4 5 46