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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -