开发者

iPhone - didPopItem ? Is this supposed to work?

开发者 https://www.devze.com 2022-12-23 07:40 出处:网络
I have a simple UITableView setup. I am trying to use - (void)navigationBar:(UINavigationBar *)navigationBar didPopItem:(UINavigationItem *开发者_如何学C)item

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

- (void)navigationBar:(UINavigationBar *)navigationBar didPopItem:(UINavigationItem *开发者_如何学C)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?


Have you set your table view controller as the navigation bar's delegate?

0

精彩评论

暂无评论...
验证码 换一张
取 消