From: Panayotis K. <pan...@pa...> - 2009-10-15 13:42:14
|
Here is another question ;-) I'm sure you'll get sick of me :P This time has to do with selectors. I am not familiar with the low level details of the conversion of java bytecode to XML. I hope the answer to this question is not obvious! How are selectors actually handled by this system? How do you think they can be emulated in the native part? Let's take this example found here: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html#/ /apple_ref/occ/instm/UIBarButtonItem/ initWithBarButtonSystemItem:target:action: How do you propose to implement this in java and native objective c? |