The UILabel class implements a read-only text view in iOS.
I have a MapView and I want to display a black semi transparent rectangle on top with a text inside. …
iphone uiview transparency uilabel alphaI'm using ContextLabel to parse @ , # and URL's. This is the best solution i found, cause it sizes correctly and dont …
ios swift uilabel nsattributedstring hashtagI'm using attributed strings in my iOS app to give the text some style: NSDictionary *titleAttributes = @{NSFontAttributeName: [UIFont fontWithName:@"Raleway" …
ios ios6 uilabel nsattributedstring nsmutableattributedstringI want to add several multiline Labels to an UIStackView. But I always end up my Labels being truncated. As …
ios swift uilabel uistackviewIs it possible to have different fontsize or weight in the same UILabel? I can do it in the storyboard …
ios uilabel nsattributedstring uifont