Hi everyone,
I would like to know if there is an easy way to strike/cross out some text on the iPhone?
Thanks
Hi everyone,
I would like to know if there is an easy way to strike/cross out some text on the iPhone?
Thanks
Yes and No,
NSString is a simple class, that only stores unformated text, but you can use an NSAttributedString to store such information, i.e.
NSAttributedString* italicText = [NSAttributedString initWithString:myNsString attributes:myCrossOutAttributes];