actually i have used this code for converting NstaggedpointerString to string
NSString *index = [responseSelectedAvailibility[i] valueForKey:@"day"];
NSLog(@"String %@",index);
int indexDayValue = (int)index;
NSLog(@" index %d",indexDayValue);
indexDayValue = indexDayValue-1;
NSLog(@" index after decrementing %d",indexDayValue);
i get output of string is like this
String
(
1
)
now how i get this 1.