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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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