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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -