What is the best way to pass a parameter to menuCallBack below from MenuItemImage. I would like to pass a pointer if possible. Searched the forum with no luck. Maybe it's not possible.
[MenuItemImage itemFromNormalImage:@"image.png" selectedImage:@"selected_image.png" target:self selector:@selector(menuCallback:)];
Thanks Reed