Note that there are some explanatory texts on larger screens.

plurals
  1. POAdding annotation pin in mapview depending on cell chosen
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThe way the code is written, the detail view only gets pushed if it's nil (perhaps the first time you select a row). Afterwards, nothing is done. Is that by design? Also, please explain in more detail what "it doesn't work" means (eg. doesn't push, detail view is empty, crash, compiler warning, other). Does the detail view's viewDidLoad execute? Add breakpoints and NSLogs. Step through the code in the debugger.
      singulars
    2. CODetailViewController works perfect, but problem come's when I navigate from DetailViewController to MapController, and try to use same method as i did to DetailViewController, to get loaded different coordinates to MapController, there isn't code above for it because it dont work. Before i tried this method[self.mapController cord:[coordChange objectAtIndex:indexPath.row]];, it was added just after [self.detailViewController changeImage:[imageChange objectAtIndex:indexPath.row]];
      singulars
    3. COPlease post the code that didn't work into the question. So the DetailViewController has a table view? Then in the DetailViewController's didSelectRowAtIndexPath method, you have this code? Why would you be pushing and setting detailViewController inside itself? Perhaps I don't understand the problem.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload