-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a search enabled map view. When user hits search, my custom annotations are added to the map view. The search returns 20 results with a 'load more' link. When I hit load more, more annotations should be added to map view.
The problem is - annotations gets added to the map view but is not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm trying to find a way to search for a business, such as "grocery stores" and display them on a google map around the users current location. This used to be pretty simple with the old URL style of launching the apple map location but I can't find out how to do it with the MKMapView. I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some interface objects like UILabel and MKMapView appear ok in interface builder when inside a UITableViewCell but when the program is running they are wider than shown in IB. I solved this by setting a smaller width for these objects in IB but i'm curious why is this happening.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't know what's make wrong, my map can load, but the image on the map is not completely load. plx help. thz a lot. Here is the simulate map from the iPhone: (Added more example image.)
http://img689.imageshack.us/img689/8476/screenshot20100309at841.jpg
Here is the code:
MKCoordinateRegion…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working on an iPhone application which uses MKMapView and shows userlocation. I am getting memory leaks where leaked object is NSCFArray of size 128 Bytes, GeneralBlock-16, GenralBlock-8 when is set MKMapView's showUserLocation property as TRUE. If is set it as NO then i dont get this leak. Can…
>>> More