Hi ,
I want to know that thru which notification, I can get selected annotations.
I tried to use AVDocDidSetSelection but this works when I select only one annoation .
And whenever I select more annotation using ctrl key then I don't get DidSetSelectionNotification .
Could you please let me know solution of this issue?
Regards,
Arvind
I found solution of the issue my self. I think I need to register AVDocDidAddedToSeletion notification for this.
Thanks,
Arvind