Top "Nsstring" questions

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

Localizable.strings causing plist parsing error

I have just localized the file Localizable.strings in my Xcode project in order to localise my application to a …

ios objective-c localization nsstring plist
How to find the text in an NSTextView?

I need to find the text in an NSTextView, and save it to a file. I can do the saving …

objective-c cocoa nsstring nstextview
Is it possible to use SF Symbols outside of UIImage?

I'm confused on how to use SF Symbols in text in an iOS project. I have a UIButton that uses …

ios unicode nsstring sf-symbols
Compare Objective-C const char with NSString

I was wondering if there is a simple way to compare a const char with an NSString, or do I …

objective-c nsstring const-char
What is the equivalent of NSLineBreakMode in iOS 7 attributed strings drawing methods?

There was a method - (CGSize)drawInRect:(CGRect)rect withFont:(UIFont *)font lineBreakMode:(NSLineBreakMode)lineBreakMode alignment:(NSTextAlignment)alignment; which I …

ios nsstring uikit nsattributedstring
How to convert NSIndexPath to NSString-iOS

I want to convert NSIndexPath to NSString. How would I do it? I have to use this: - (void)restClient:(…

ios nsstring nsindexpath
Convert NSString to NSDecimalNumber

In my Core Data model, "amount" is an attribute in entity "Tracking". How do I convert amount to NSDecimalNumber throughout …

xcode core-data nsstring nsdecimalnumber
UILineBreakMode Vs NSLineBreakMode

I see some UIStringDrawing methods have been updated to use NSLineBreakMode instead of UILineBreakMode in iOS 6.0: E.g. - (CGSize)…

iphone ios nsstring ios6 sizewithfont
NSTask NSPipe - objective c command line help

Here is my code: task = [[NSTask alloc] init]; [task setCurrentDirectoryPath:@"/applications/jarvis/brain/"]; [task setLaunchPath:@"/applications/jarvis/brain/server.sh"]; …

objective-c nsstring terminal nstask
Implicit Conversion from NSInteger to NSString not allowed in ARC.. what workaround should be used to deal with Integers

This is my code in my viewcontroller.m file - (void)viewDidLoad{ [super viewDidLoad]; [self.abilitygeneration setText:((TestAbility *)[self.testabilities …

xcode nsstring ios5 xcode4.2 nsinteger