How to print property if declaring in the format of @synthesize a=_a;
@synthesize selectedRegion=_selectedRegion;
in the breakproint catch,
enter:
po [self selectedRegion]
will print selectedRegion.
PS: po means print object
@synthesize selectedRegion=_selectedRegion;
in the breakproint catch,
enter:
po [self selectedRegion]
will print selectedRegion.
PS: po means print object