86th Day As An iOS Developer With No Experience

January 12, 2016 - 86th Day As An iOS Developer With No Experience

TUESDAY - 86th working day already? It seems like yesterday was my first day in the company! Just kidding. The truth is, I want tomorrow to be my 600th working day (this is approximately 2 years of experience :) ), so that I can work in Singapore or any other countries.

There's an important lesson that I learned today: the term annotation. In iOS we have a map called MKMapView and of course if there is a map view, there should be one or more annotations. Basically, annotation is a mark in a map. In a project that I have been, in a long time, discussing on this blog has a map - you know, the uber-like project that I mentioned too yesterday. With that being said (that it has a map), it should have annotations too. I learned today how to add and remove annotations.

I was planning to make a tutorial on how to refresh your map and refresh the annotations. But that is too easy, I mean, that doesn't need to have a tutorial. HOW? You just need to refresh your location, if needed, then remove all annotations if needed as well, then re-add the annotations to the map. Simple as that.

Post a Comment