Top "Nsstring" questions

NSString is the plain-text character-string class in Cocoa and Cocoa Touch.

Convert NSString into NSTimeInterval

I tried to make a countdown with the NSTimeInterval. But I want to be able to change the interval without …

iphone xcode4 ios5 nsstring nstimeinterval
Remove last portion of the NSURL: iOS

I am trying to remove just the last part of the url, Its a FTP URL. Suppose, I have a …

iphone ios6 ftp nsstring nsurl
How Can I Draw Image with Text Wrapping on iOS?

I want to draw text just like the following style -- the image is always on the top right corner, …

objective-c ios uitableview nsstring core-text
How can I select a string from the beginning until a specified character?

How can I select a string from the beginning until a specified character? For example, in the following a news …

ios objective-c nsstring substring nsrange
Unicode characters in string - iphone

I am working on a math app and need to output exponents to the screen. I've found that this code …

iphone nsstring superscript
iphone NSString stringWithFormat and float

I have an input with UIKeyboardTypeDecimalPad and I need my user to input a float (with unlimited characters after a …

iphone nsstring floating-point stringwithformat
Fastest way to get array of NSRange objects for all uppercase letters in an NSString?

I need NSRange objects for the position of each uppercase letter in a given NSString for input into a method …

ios iphone objective-c nsstring nsrange
Using NSScanner to parse a string

I have a string with formatting tags in it, such as There are {adults} adults, and {children} children. I have …

objective-c ios nsstring nsscanner
Xcode 6 error 'URLWithString' is unavailable?

Please help a newbie here. I'm sure this is stupid simple. I'm following along and learning Xode nicely, but I'm …

ios swift nsstring nsurl