I am using AB Person View in OS x application , it is working fine , but when i hide it like
[self.abpersonView setHidden:YES];
and show it again by calling
[self.abPersonView setHidden:NO];
it appears but its not even scrollable and clickable.
I am unable to understand this behavior. kindly assist me.