I'm need run a couple of validatins that depend on the decisions of the user (for example, if aprove a purchase above the spending limit), and deny the "done" action if it's fail.
However, look like is not possible have a truly modal action like with other languajes (like showmessage, alert(), etc) and everything is by delegates.
But then I don't know what to do. If the user push the "done" button, the program ask "Are you sure of this?" and he say "cancel" the flow continue and the view is pushed back!.
How is solved this in the coccoa world?