hi friends.
Can anyone tell me the difference between [self.property release] and [property release] . I am asking this because in one of the view controller in my application ,i am doing [self.property release] and pushing this view controller in to the navigation stack ,when i pop this view controller its showing the error EXC_BAD_INSTRUCTION but when i do [property release] everything is working fine...? Can any one tell me where i am going wrong.. i am new to iphone app development.