Posted on Oct 11, 2008 by
Helpful Lion
Variadic (variable argument count) methods, like NSDictionary.dictionaryWith… or plain old NSLog, are not supported.
Comment #1
Posted on Oct 29, 2008 by Helpful LionActually do that if received argument count differs from expected argument count. Then, query bridgesupport to confirm or infirm variadic call.
Comment #2
Posted on Dec 2, 2008 by Helpful LionMethod NSBeginAlertSheet
Comment #3
Posted on Dec 2, 2008 by Helpful LionComment deleted
Comment #4
Posted on Dec 2, 2008 by Helpful LionPrevious is a function, not a method.
Comment #5
Posted on Dec 4, 2008 by Helpful LionFixed !
Status: Fixed
Labels:
Type-Defect
Priority-Medium