NSString is the plain-text character-string class in Cocoa and Cocoa Touch.
I have an NSString (phone number) with some parenthesis and hyphens as some phone numbers are formatted. How would I …
objective-c nsstringHow is it possible to convert a string to an NSDate on iOS?
objective-c cocoa-touch nsstring formatting nsdateIn iOS 7, the method: - (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(NSLineBreakMode)lineBreakMode and the method: - (CGSize)…
ios iphone ios7 nsstring sizewithfontI have a string like this "A. rahul VyAs" and i want to remove "A. " and the space after the "…
objective-c nsstringI want to get a character from somewhere inside an NSString. I want the result to be an NSString. This …
objective-c cocoa-touch nsstringI am trying to check to see if a string that I am going to use as URL starts with …
ios objective-c iphone nsstring nsmutablestringWhat is the easiest and fastest code to do a conversion between NSData and a base64 string? I've read a …
ios objective-c nsstring nsdataPossible Duplicate: How can I compare two dates, return a number of days I have two dates (as NSString in …
objective-c ios nsstring nsdateA 101 question Let's say i'm making database of cars and each car object is defined as: #import <UIKit/UIKit.…
ios objective-c iphone nsstring retainIn iOS7, sizeWithFont is deprecated, so I am using boundingRectWithSize(which returns a CGRect value). My code: UIFont *fontText = [UIFont …
objective-c nsstring ios7 uilabel