NSAttributedString and NSMutableAttributedString declare the programmatic interface for read-only attributed strings and modifiable attributed strings, respectively. The Foundation framework defines only the basic functionality for attributed strings; in Mac OS X, additional methods supporting RTF, ...
20
votes
3answers
8k views
iphone/ipad: How exactly use NSAttributedString?
Yes, many people are saying about Rich Text in iphone ipad and many knows about NSAttributedString.
But how to use NSAttributedString please??? I searched for much time, no extract clues for this.
...
14
votes
1answer
8k views
How do you use NSAttributedString?
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) and is available on ...
9
votes
2answers
3k views
Convert HTML to NSAttributedString in iOS
I am using a instance of UIWebView to process some text and color it correctly, it gives the result as HTML but rather than displaying it in the UIWebView I want to display it using Core Text with a ...
9
votes
2answers
874 views
Advance search implementation in iphone?
I want to implement advance search functionality so that if a particular text is typed in search bar, the list of contents in UITableview should be filtered based on the search and then the search ...
9
votes
3answers
3k views
Bold & Non-Bold Text In A Single UILabel?
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 NSAttributedString but I have no idea how to ...
8
votes
2answers
565 views
NSBackgroundColorAttributeName-like attribute in NSAttributedString on iOS?
I was planning on using NSAttributedString to highlight portions of strings with the matching query of a user's search. However, I can't find an iOS equivalent of ...
7
votes
4answers
1k views
iPhone CoreText: Find the pixel coordinates of a substring
Here's a screenshot of the twitter app for reference: http://screencast.com/t/YmFmYmI4M
What I want to do is place a floating pop-over on top of a substring in an NSAttributedString that could span ...
6
votes
1answer
353 views
HTML from NSAttributedString
Rather than converting HTML to an attributed string, I need to convert it back to HTML. This can easily be done on Mac as can be seen here: ...
5
votes
1answer
162 views
Technique on how to format/color NSTextView's string
I'm looking for a reliable technique to do simple string formatting(bold, italic,...) in a NSTextView. The text parsing is almost done with regex, but now I need to apply font trait and also change ...
5
votes
1answer
1k views
How can I fake superscript and subscript with Core Text and an Attributed String?
I'm using an NSMutableAttribtuedString in order to build a string with formatting, which I then pass to Core Text to render into a frame. The problem is, that I need to use superscript and subscript. ...
4
votes
1answer
887 views
Setting the background colour/highlight colour for a given string range using Core Text
I have some text laid out using Core Text in my iPhone app. I'm using NSAttributedString to set certain styles within the text for given ranges.
I can't seem to find an attribute for setting a ...
4
votes
4answers
1k views
Storing NSAttributedString Core Data
I am trying to store an NSAttributedString to a Core Data SQL store.
I have the property set as a "transformable", it is optional and it is NOT transient or indexed and the value transformer name is ...
4
votes
2answers
658 views
Why do hyperlinks sometimes not show in an NSTextField with an NSAttributedString?
The text I use in an NSTextField is loaded from a file as follows.
NSString *path = [[NSBundle mainBundle] pathForResource:@"Credits" ofType:@"rtf"];
NSAttributedString *as = [[NSAttributedString ...
4
votes
2answers
827 views
Why does -[NSTextStorage replaceCharactersInRange: withAttributedString:] sometimes, sometimes not honor fonts in other character sets?
I'm trying to diagnose a problem in UKSyntaxColoredTextDocument 0.4 http://www.zathras.de/angelweb/blog-uksctd-oh-four.htm where text that actually lives in a different font than the one you have ...
3
votes
1answer
52 views
Getting filename and path from nsfilewrapper / nstextattachment in NSAttributedString
I have a basic NSTextView with rich text and graphics enabled (in IB). What I'd like to get is the path and filename of any images dragged in so I can pass those to another class.
I'm new to ...
3
votes
2answers
557 views
Displaying Lots Of RichText : Choosing the best option
What is the best way to display lots of RichText (HTML formatted)
At the moment I'm working on an app for a forum. As you'd expect the posts on the site have lots of HTML formatting, lists, images ...
3
votes
1answer
154 views
How to convert NSTextView RTFD data to plain text in cocoa
I have one NSTextView containing formatted text and embedded images like following.
I want convert above into plain text like following:
Hi this is test data (...picture...)This is colored text.
...
3
votes
2answers
1k views
NSForegroundColorAttributeName key in iPhone
I heard that NSAttributedString is added in iPhone but when I use the key NSForegroundColorAttributeName for setting the color i get an error saying "NSForegroundColorAttributeName undeclared". Am I ...
3
votes
1answer
655 views
How to create a subscript with NSAttributedString
I see for NSAttributedString has a specific attribute for superscript, but I can't find one for subscript. What is the general practice for using NSAttributedString to create a subscript character?
...
2
votes
1answer
126 views
Can set either alignment or font, but not both, for NSTextField
I have a panel nib with an outlet for one of its textfields, which is set in the nib to have centered alignment. When I display the panel, I would like this textfield to be bolded.
Since NSTextField ...
2
votes
3answers
448 views
Display .RTF file on iOS devices WITHOUT UIWebView - initWithRTF on iOS?
It is possible to render a .RTF file in iOS using a UIWebView (see here). How would one directly 'render' an .RTF file to a custom layer, without depending on UIWebView?
I'm displaying a table view ...
2
votes
1answer
84 views
How to get the preferred size of NSButton?
I have a custom view for an NSMenuItem that contains an NSButton. The title of the button is determined at runtime and I'd like to adjust the frame of the button so that the content (button title) ...
2
votes
1answer
158 views
Objective C - NSAttributedString extend Attributes?
As the user types into my textfiled I want the new characters to inherit the previous attributes.
I currently get the attributes from the previous character and add it as new attribute for the new ...
2
votes
2answers
334 views
Objective C - Change all attributes in NSAttributedString?
[attributedString enumerateAttributesInRange:range options:NSAttributedStringEnumerationReverse usingBlock:
^(NSDictionary *attributes, NSRange range, BOOL *stop) {
NSMutableDictionary ...
2
votes
2answers
519 views
How is a paragraph defined in an NSAttributedString?
I see that there is an attribute name (NSParagraphStyleAttributeName) for applying paragraph styles to text in Cocoa. Text is stored in an NSAttributedString, but what defines a "paragraph" in that ...
2
votes
1answer
144 views
Setting an attribute with range length of zero on NSTextView?
Is it possible to set an attribute with a range of zero on an attributed string? For example, if I set the foreground color attribute to red at NSMakeRange(0, 0) I would expect once I begin typing at ...
2
votes
1answer
758 views
Drawing an NSAttributedString into a non-rectangular CGPath?
I generate a rather complex NSAttributedString in my iOS 3.2 application (iPad), including formatting options of type CTParagraphStyleSetting, in particular with values for ...
2
votes
2answers
129 views
How can I clear the contents of an NSMutableAttributedString?
I have an ivar which is alloc-inited in the init of an object:
attString = [[NSMutableAttributedString alloc] init];
On a loop, I want to clear the contents of attString and re-use it. How do I do ...
2
votes
1answer
437 views
How do I set the color for an NSAttributedString on iPad?
I've seen a lot of questions related to colored text answered with "check out NSAttributedString", but the NSForegroundColorAttributeName constant that is defined for Mac OS does not seem to be ...
2
votes
5answers
262 views
How can I put an image inline with an NSString on the iPhone?
I know you can do it on Mac OS X with NSAttributedString but I haven't had much luck with that on the iPhone.
I'm trying to basically do a string like "$200" except the dollar sign is replaced by a ...
2
votes
6answers
5k views
Why No NSAttributedString on the iPhone?
Does anyone know what made Apple leave out NSAttributedString when turning AppKit into UIKit?
The reason I ask is that I would really like to use it in my iPhone app, and there appears to be no ...
1
vote
1answer
77 views
Measure String Height in Cocoa
I was looking for a height measuring string procedure, and I found this one on another stack overflow question. And it works perfectly for my NSTableViewColumns which have Word Wrap as line breaks
My ...
1
vote
0answers
64 views
How to use kCTSuperscriptAttributeName?
Looking through some other SO questions, it appears that other people are having problems getting kCTSuperscriptAttributeName to display superscripts and subscripts correctly. I've been unable to find ...
1
vote
1answer
107 views
Applying different attributes for different portions of an NSAttributedstring
I know it is possible to apply attributes to an NSAttributedString.
But how can we apply different attributes to same attributed string.
for the string "This is an attributed text."
How can we set ...
1
vote
0answers
34 views
NSAttributedString with embedded images
Does anybody know of any code out there that would allow me to read RTF with images in NSAttributedString?
Yes I know that there is RTFD format and initWithRTF methods... But implementation of ...
1
vote
1answer
159 views
Display NSAttributedString using CoreText
I have heard that I can display a NSAttributedString using CoreText, can anyone say me how (The simplest way)?
Please, don't answer with CATextLayer or OHAttributedLabel.
I know that there are a lot ...
1
vote
1answer
68 views
Replace some string by another in nsattributedstring
I have searched a lot about how to replace a string sequence (eg @"replace") by another in a nsattributedstring, and I found nothing.
I would need a method like ...
1
vote
1answer
159 views
Setting up Text Alignment (CTTextAligment) on NSAttributedString - ipad
I'm trying to draw a custom string with color, font, size and alignment.
I got everything working with an NSMutableAttributedString before, but it looks like Text Aligment only works with Paragraph ...
1
vote
1answer
109 views
NSAttributedString / NSTextTab Alignment Issue
GOAL:
I'm attempting to use NSAttributedStrings (in conjunction with NSTextTabs) to create the following layout:
[ Title # ] <-- Useable in NSTableViews, NSMenuItems, etc.
[ Another ...
1
vote
1answer
73 views
Retrieve image attachments locations on an NSAttributedString
I have an attributedString with image attachments on it, and I need to insert text to it without removing the images. The first thing that I'm doing is detecting at what indexes the images are ...
1
vote
1answer
99 views
NSAttributedString - enumerateAttributesInRange causes crash?
the method enumerateAttributesInRange gets a block of code and executes it for every attribute in NSAttributedString
Does it call the bock asynchronously?
When The following method gets called ...
1
vote
2answers
242 views
NSAttributedString - What is the attribute to be used for text background color? [closed]
Possible Duplicate:
NSBackgroundColorAttributeName-like attribute in NSAttributedString on iOS?
I am trying to set the text background color in my attributed string.
What is the attribute ...
1
vote
1answer
96 views
Objective C - Inserting string in an NSAttributedString?
I have an NSAttributedString, I need to insert some text in the middle of the text in my attributedString, how can i do that?
1
vote
3answers
422 views
How to make height of OHAttributedLabel scale with content height?
I use an OHAttributedLabel called demoLbl for displaying text with formatted areas. This label is laid out with Interface Builder and is connected to a property in my ViewController. After setting the ...
1
vote
1answer
167 views
Having trouble interperating ansi color codes
I have spent the weekend working on a personal project and got stuck here. Basically, I need to turn
[0;37m[33m o0==============================~o[0]o~==============================0o
into
...
1
vote
1answer
314 views
appendAttributedString: in NSMutableAttributedString
I have an MSMutableAttributedString displayContent.
The attributes of the content vary across the string
i.e. the colours and font sizes can vary by letter.
I want to add a new character to the end ...
1
vote
1answer
421 views
How do i convert NSAttributedString into HTML string?
As the title tells,now i can simple convert HTML into NSAttributedString with initWithHTML:documentAttributes: , but what i want to do here is reverse.
Is there any 3rd party library to achieve this?
...
1
vote
1answer
142 views
setting an NSTextView
How can I set an NSTextView to an NSAttributedString? I do not want to use a textConainer, and I tried:
[myTextView insertText:myMutableAttributedString];
but it didn't work. Nothing happened...not ...
1
vote
1answer
180 views
NSMutableAttributedString and Adding a Link to text
I have a NSMutableAttributedString, Now I want to add Link to some portion of the text. how can i add a link to the text so that when the user touches the text i can fire some actions. I'm working in ...
1
vote
1answer
318 views
Implementing an attributed string interface
I'm currently trying to implement an attributed string for use in iOS development. I know about NSAttributedString, but I thought it would be fun to implement it myself.
I have the basic interface ...