Odd.  I've never played around with the exits yet.  If you hook it up to a 
UIButton and trigger is manually with a tap, does it get called? 

Try that and set a breakpoint on it and see if there is a clear call chain.  If 
it doesn't appear in the execution chain, then it might be one of those hard to 
spot issues on your part.

If the project is small and you don't mind, you could mail it to me offlist and 
I could take a peek.

Lemmie know.

On Apr 30, 2013, at 5:17 PM, Rick Mann wrote:

> 
> On Apr 30, 2013, at 14:15 , Alex Zavatone <z...@mac.com> wrote:
> 
>> Are you expecting these to be called when a segue unwinds because I can. Of 
>> see these declared in any of the docs.  If something calls an IBAction, 
>> these are generally attached to an IBOutlet (a button) and are triggered on 
>> touchUpInside, so they need to be wired up to the button.
>> 
>> I hope I am understanding you correctly.
> 
> The button is connected to the "EXIT" bit in the Storyboard. When you do that 
> in IB (control-click on the button, drag to the green EXIT thign at the 
> bottom), then it pops up a menu presenting you with all the -unwindXXX: 
> methods available. I choose one of those. But it never gets called.
> 
> -- 
> Rick
> 
> 
> 


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to