Please see the code below,
-(void) dataFromURL:(NSString *)url withRef:(id)ref
{
if(ref==@"Category")
Printf("category"); //I need control here but control doesn't come here.<br>
else
printf("Subcategory");
}
How i will compare id datatype(ref) to a value like-Category? when I print ref through NSLog(@"ID %@",ref); It returns as Category:0xd28f50 in angular brackets.