How can I make a clickable link in an NSAttributedString?
It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it … Read more
It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it … Read more
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 more
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 … Read more
Multiple colours in an NSString or NSMutableStrings are not possible. So I’ve heard a little about the NSAttributedString which was introduced with the … Read more
I am trying to make a simple Coffee Calculator. I need to display the amount of coffee in grams. The “g” symbol for … Read more