iphone - Defining NSString -
How can I define NSString with the name media: thumbnail
Is giving up.
Error: Invalid type in the bit-field 'Media'
The colon (":") is a reserved character in C, C ++, and Objective-C and can not be used in identifiers. NSString * media_thumbnail = @ "Try your NSString text";
Comments
Post a Comment