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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -