iPhone - didPopItem ? Is this supposed to work?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-14T00:43:27Z Indexed on 2010/03/14 0:45 UTC
Read the original article Hit count: 279

Filed under:

I have a simple UITableView setup. I am trying to use

- (void)navigationBar:(UINavigationBar *)navigationBar didPopItem:(UINavigationItem *)item

I put a NSLog inside this method, but it is apparently not getting called when I "pop" back to the screen. I am not finding much information about this function, has it been replaced?

© Stack Overflow or respective owner

Related posts about iphone