Top "Nsstring" questions

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

String search in string array in objective c

I want to search a specific string in the array of strings in objective c. Can somebody help me in …

ios objective-c arrays nsstring
Finding a substring in a NSString object

I have an NSString object and I want to make a substring from it, by locating a word. For example, …

objective-c string nsstring substring
Convert NSString to NSInteger?

I want to convert string data to NSInteger.

iphone nsstring nsinteger
Objective-C formatting string for boolean?

What formatter is used for boolean values? EDIT: Example: NSLog(@" ??", BOOL_VAL);, what is ?? ?

objective-c string nsstring string-formatting
BOOL to NSString

If I have a method that returns a BOOL, how do I cast that to an NSString so I can …

objective-c nsstring boolean
How can I convert my device token (NSData) into an NSString?

I am implementing push notifications. I'd like to save my APNS Token as a String. - (void)application:(UIApplication *)application …

ios objective-c apple-push-notifications nsstring nsdata
Any way to bold part of a NSString?

Is there any way to bold only part of a string? For example: Approximate Distance: 120m away Thanks!

objective-c ios nsstring
Simple string concatenation in Objective C

I have an NSString named 'you' with value "This is a you string!". I want to concat "123" in 'you', how …

objective-c ios nsstring string-concatenation
How to convert std::string to NSString?

Hi I am trying to convert a standard std::string into an NSString but I'm not having much luck. I …

objective-c nsstring objective-c++ stdstring
Detecting if an NSString contains...?

How can I detect if a string contains a certain word? For example, I have a string below which reads: @"…

objective-c string nsstring