iphone - handling events before back button is clicked -


is there way find out whether button (navigation bar) clicked particular view ? if yes how ?

first of all, didn't try myself. don't know of way intercept click on button. "might" work following: there uinavigationbardelegate, contains navigationbar:shouldpopitem: event. event called before navigationitem removed stack of navigationbar, if handle event, might able whatever want archive.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -