From: Dave H. <gr...@gr...> - 2006-01-21 10:24:45
|
On Jan 20, 2006, at 16:04, Neil Stevens wrote: > > You want something like this > > def alertDidEnd_returnCode_contextInfo(alert, code, info) > ... > end > > ... > selector = 'alertDidEnd:returnCode:contextInfo:' > > Note the colon at the end. And that was exactly the missing piece. Thanks! |