I am Developing an App which is based on MKMapView
, and the requirement of the App is to detect whether the userLocation (represented by Blue dot) is lying on the visible area of the screen or it is outside the visible Screen Area.
In the beginning when map gets loaded, it automatically set it's position to the user's location but I want to detect wether current location is in the visible area of screen or not, after user scroll the map view.
Please provide useful solutions and help me out.
Thanks in advance.