Top "Uilabel" questions

The UILabel class implements a read-only text view in iOS.

setting transparent background for UILabel for iphone application

I have a UILabel in UITableView. Here is the code i have written in cellForRowAtIndexPath UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; …

uilabel transparent
How to increase the character spacing in UILabel

I am creating an app in >=iOS6. And I want to change the character spacing in UILabel. I have …

ios uilabel character-spacing
Make font grow together with UILabel (resized by Auto Layout) - how to do it in Interface Builder?

In a simple iPhone app I display a letter tile (custom UIView with an image and 2 labels) by the following …

ios interface-builder uilabel sizetofit
iOS 7.1 UitableviewCell content overlaps with ones below

So I have code, which is sucessfully working on iOS 7.0 but not in 7.1. I have a simple tableview, with code: …

ios uitableview uilabel autolayout ios7.1
Swift : align UILabel text in the top rather in the middle

I want the UILabel to start from the top even if the text is short it seems that NSTextAlignment doesn't …

ios swift uilabel text-alignment
UILabel and NSLinkAttributeName: Link is not clickable

I want to use attributed strings with NSLinkAttributeName to create clickable links inside a UILabel instance within my iOS 7 project, …

ios7 uilabel nsurl nsattributedstring clickable
Match Canvas with Main Camera - Unity

I want to use the Canvas and UI Text to constantly show the score of my game on the top …

unity3d uilabel
How to default UILabel Font and Size using Swift

I find UISegmentedControl change font and size like this : UISegmentedControl.appearance().setTitleTextAttributes(myFontAttribute as [NSObject : AnyObject] , forState: .Normal) but UILabel …

ios swift uilabel uiappearance
Resize UILabel based on content

I have a UILabel, his text size has the property title.adjustsFontSizeToFitWidth = YES; that prevents me from using standard methods …

ios iphone uilabel uifont
How to display Underlined Text in a Button on iOS?

I want to display the mail ID in my view such that clicking the mail ID should open the mail …

ios hyperlink uibutton uilabel mfmailcomposeviewcontroller