ChatMessageTableViewController
ChatMessageTableViewController copied to clipboard
'dealloc' after 'popViewControllerAnimated' not be invoked
'dealloc' after 'popViewControllerAnimated' not be invoked
- (id)initWithFrame:(CGRect)frame delegate:(id<UITextViewDelegate, JSMessageInputViewDelegate>)delegate { self = [super initWithFrame:frame]; if(self) { // __delegate = delegate; [self setup]; self.textView.delegate = delegate; } return self; }
"// __delegate = delegate;" This is ok.