2008年9月13日 星期六

delegate

if B is delegate of A,  when something happens to A,  B's method is called

ex:
B is  TableView's delegate 
B implement following method:
-(void)tableViewSelectionDidChange:(NSNotification*)notification 
when the selection row is table is changed ,  this method is called

沒有留言: