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 

posted @ 2012-01-10 01:34  环宇者  阅读(157)  评论(0编辑  收藏  举报