MKMapView userLocation not showing in ipod
        Posted  
        
            by Sijo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sijo
        
        
        
        Published on 2010-03-25T05:42:22Z
        Indexed on 
            2010/03/25
            6:23 UTC
        
        
        Read the original article
        Hit count: 596
        
i used
self.mapView.showsUserLocation = YES;
for showing blue dot (circle) on MKmapview. Its working fine in simulator. but when i tested in Ipod, its not showing. Anybody know what will be the reason ? thanks in advance
© Stack Overflow or respective owner