I saw these tags in Apple’s documentation like in this example from the NSFetchResultsController Class reference :
NSManagedObjectContext *context = <#Managed object context#>;
I guess it is some kind of reference to some #define or constant.
Can somebody explained it to me ?
Thanks
This is the notation for Xcode placeholders. You can paste it into the editor and hit tab to jump and change the placeholder.