I am having a map with some annotations and in another view i m showing a table view with all annotations over the map everything is going fine but every time when i am running my application the order of showing the annotations in the table view is different from previous, so can anyone explane me in what order table cells are created and in what order they are displayed.
I am sending the whole map object to my table view to retrieve the annotations over the map i.e [mymap annotations].
Thanks for helping me !