It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it detects HTTP links and turns them...
How would it be possible to include both bold and non-bold text in a uiLabel? I’d rather not use a UIWebView.. I’ve also read this may be possible using...
I have been searching this for hours but I’ve failed. I probably don’t even know what I should be looking for. Many applications have text and in this text...
Multiple colours in an NSString or NSMutableStrings are not possible. So I’ve heard a little about the NSAttributedString which was introduced with the iPad SDK 3.2 (or around 3.2)...
I am trying to make a simple Coffee Calculator. I need to display the amount of coffee in grams. The “g” symbol for grams needs to be attached to...